config/.config/yazi/keymap.toml
2024-03-14 09:56:03 +01:00

14 lines
No EOL
345 B
TOML

[[input.prepend_keymap]]
on = [ "<Esc>" ]
run = "close"
desc = "Cancel input"
[[manager.prepend_keymap]]
on = [ "l" ]
run = "plugin --sync smart-enter"
desc = "Enter the child directory, or open the file"
[[manager.prepend_keymap]]
on = [ "<Enter>" ]
run = "plugin --sync smart-enter"
desc = "Enter the child directory, or open the file"