change q behavior and change style

This commit is contained in:
2025-06-04 16:53:29 +02:00
parent 531cbc3874
commit 3bb256abab

View File

@@ -1,10 +1,10 @@
[[mgr.prepend_keymap]] [mgr]
on = "!" prepend_keymap = [
for = "unix" { on = "q", run = "close", desc = "Close the current tab, or quit if it's last" },
run = 'shell "$SHELL" --block' { on = "!", run = "shell \"$SHELL\" --block", desc = "Open $SHELL here", for = "unix" },
desc = "Open $SHELL here" ]
[[input.prepend_keymap]] [input]
on = "<Esc>" prepend_keymap = [
run = "close" { on = "<Esc>", run = "close", desc = "Cancel input" },
desc = "Cancel input" ]