9 lines
153 B
TOML
9 lines
153 B
TOML
[[mgr.prepend_keymap]]
|
|
on = "!"
|
|
run = 'shell "$SHELL" --block'
|
|
desc = "Open shell here"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "q"
|
|
run = "plugin confirm-quit"
|