quick navigate to Code keybind in yazi

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

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"