yazi keybind changes

This commit is contained in:
Alexander Bell 2025-05-26 16:07:00 +02:00
parent e6449f8d7d
commit d3523ebde6

View File

@ -1,9 +1,14 @@
[[manager.prepend_keymap]]
on = [ "g", "i" ]
on = [ "C", "i" ]
run = "plugin lazygit"
desc = "run lazygit"
[[manager.append_keymap]]
on = [ "g", "p" ]
run = "cd ~/Documents/Programming"
desc = "Navigate to ~/Documents/Programming"
desc = "Go to ~/Documents/Programming"
[[manager.append_keymap]]
on = [ "g", "u" ]
run = "cd ~/Documents/Uni"
desc = "Go to ~/Documents/Uni"