quick navigate to Code keybind in yazi
This commit is contained in:
parent
16cf645448
commit
1f85eeed08
4
.bashrc
4
.bashrc
@ -15,6 +15,7 @@ PS1='[\u@\h \W]\$ '
|
||||
alias l='ls -la'
|
||||
alias lg='lazygit'
|
||||
alias mkdir='mkdir -p'
|
||||
alias cd='z'
|
||||
|
||||
# Edit this .bashrc file
|
||||
alias ebrc='edit ~/.bashrc'
|
||||
@ -194,3 +195,6 @@ unset GREP_OPTIONS
|
||||
# HAS TO BE AT THE END!!!!
|
||||
# Starship bash prompt bar
|
||||
eval "$(starship init bash)"
|
||||
|
||||
# Zoxide
|
||||
eval "$(zoxide init bash)"
|
||||
|
@ -1 +0,0 @@
|
||||
ELECTRON_OZONE_PLATFORM_HINT=auto
|
@ -2,3 +2,8 @@
|
||||
on = [ "g", "i" ]
|
||||
run = "plugin lazygit"
|
||||
desc = "run lazygit"
|
||||
|
||||
[[manager.append_keymap]]
|
||||
on = [ "g", "p" ]
|
||||
run = "cd ~/Documents/Programming"
|
||||
desc = "Navigate to ~/Documents/Programming"
|
||||
|
Loading…
x
Reference in New Issue
Block a user