various yazi keybinds
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user