feat: add focus_split command

This commit is contained in:
CJ van den Berg 2025-11-10 19:01:12 +01:00
parent 6502989fb8
commit 27bdd64f88
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 18 additions and 1 deletions

View file

@ -8,6 +8,10 @@
["f1", "open_help"],
["ctrl+\\", "add_split"],
["ctrl+k w", "close_split"],
["ctrl+1", "focus_split", 0],
["ctrl+2", "focus_split", 1],
["ctrl+3", "focus_split", 2],
["ctrl+4", "focus_split", 3],
["ctrl+j", "toggle_panel"],
["ctrl+q", "quit"],
["ctrl+w", "quit"],
@ -36,7 +40,6 @@
["alt+f11", "toggle_color_scheme"],
["f12", "toggle_inputview"],
["alt+!", "run_task"],
["ctrl+1", "add_task"],
["ctrl+tab", "next_tab"],
["ctrl+shift+g", "show_vcs_status"],
["ctrl+shift+tab", "previous_tab"],