dotfiles/.config/yazi/keymap.toml

25 lines
484 B
TOML

[[manager.prepend_keymap]]
on = [ "C", "i" ]
run = "plugin lazygit"
desc = "run lazygit"
[[manager.append_keymap]]
on = [ "g", "p" ]
run = "cd ~/Documents/Programming"
desc = "Go to ~/Documents/Programming"
[[manager.append_keymap]]
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"