quick navigate to Code keybind in yazi

This commit is contained in:
Alexander Bell 2025-05-19 02:40:35 +02:00
parent 16cf645448
commit 1f85eeed08
3 changed files with 9 additions and 1 deletions

View File

@ -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)"

View File

@ -1 +0,0 @@
ELECTRON_OZONE_PLATFORM_HINT=auto

View File

@ -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"