9 lines
183 B
TOML
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"
|