dotfiles/.config/yazi/keymap.toml

15 lines
316 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"