various yazi keybinds

This commit is contained in:
2025-05-31 16:27:08 +02:00
parent 6b08e4b8ad
commit 1e84ca72cf
3 changed files with 20 additions and 1 deletions

View File

@ -12,3 +12,13 @@ desc = "Go to ~/Documents/Programming"
on = [ "g", "u" ]
run = "cd ~/Documents/Uni"
desc = "Go to ~/Documents/Uni"
[[manager.append_keymap]]
on = [ "g", "s" ]
run = "cd /mnt/smb"
desc = "Go to /mnt/smb"
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"