refactor(terminal): add more terminal mode keybinds

This commit is contained in:
CJ van den Berg 2026-02-25 11:20:03 +01:00
parent 330d2b1f66
commit ee7a3ed2ce
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -586,7 +586,17 @@
"terminal": { "terminal": {
"on_match_failure": "nothing", "on_match_failure": "nothing",
"press": [ "press": [
["ctrl+`", "focus_terminal"] ["ctrl+1", "focus_split", 0],
["ctrl+2", "focus_split", 1],
["ctrl+3", "focus_split", 2],
["ctrl+4", "focus_split", 3],
["ctrl+5", "focus_split", 4],
["ctrl+6", "focus_split", 5],
["ctrl+7", "focus_split", 6],
["ctrl+8", "focus_split", 7],
["ctrl+`", "focus_terminal"],
["ctrl+j", "toggle_panel"],
["alt+f9", "panel_next_widget_style"]
] ]
} }
} }