refactor(terminal): merge focus_terminal and open_terminal commands

This commit is contained in:
CJ van den Berg 2026-03-02 10:49:00 +01:00
parent 2f5d4ded3c
commit 3553fbf0d2
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 131 additions and 72 deletions

View file

@ -23,7 +23,7 @@
["ctrl+6", "focus_split", 5],
["ctrl+7", "focus_split", 6],
["ctrl+8", "focus_split", 7],
["ctrl+`", "focus_terminal"],
["ctrl+`", "open_terminal"],
["ctrl+j", "toggle_panel"],
["ctrl+shift+j", "toggle_maximize_panel"],
["ctrl+q", "quit"],
@ -596,7 +596,7 @@
["ctrl+6", "focus_split", 5],
["ctrl+7", "focus_split", 6],
["ctrl+8", "focus_split", 7],
["ctrl+`", "focus_terminal"],
["ctrl+`", "unfocus_terminal"],
["ctrl+j", "toggle_panel"],
["ctrl+shift+page_down", "terminal_scroll_down"],
["ctrl+shift+page_up", "terminal_scroll_up"],