[mgr] prepend_keymap = [ { on = "", run = "quit", desc="Quit with cwd" }, { on = "", run = "tab_create --current", desc = "Create a new tab with CWD" }, { on = "", run = "tab_switch -1 --relative", desc = "Switch to previous tab" }, { on = "", run = "tab_switch 1 --relative", desc = "Switch to next tab" }, { on = "", run = "close", desc = "Close the current tab, or quit if it's last" }, { on = "", run = "arrow -50%", desc = "Move cursor up half page" }, { on = "", run = "arrow 50%", desc = "Move cursor down half page" }, ]