.dotfiles/.config/yazi/keymap.toml
2026-02-23 22:20:58 +02:00

9 lines
183 B
TOML

[[manager.prepend_keymap]]
on = "!"
run = 'shell "$SHELL" --block --confirm'
desc = "Open shell here"
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
desc = "Cancel input"