feat: add keybinds for toggle_maximize_panel

This commit is contained in:
CJ van den Berg 2026-02-26 20:30:56 +01:00
parent 871d40f906
commit 770fa884cd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -25,6 +25,7 @@
["ctrl+8", "focus_split", 7], ["ctrl+8", "focus_split", 7],
["ctrl+`", "focus_terminal"], ["ctrl+`", "focus_terminal"],
["ctrl+j", "toggle_panel"], ["ctrl+j", "toggle_panel"],
["ctrl+shift+j", "toggle_maximize_panel"],
["ctrl+q", "quit"], ["ctrl+q", "quit"],
["ctrl+w", "close_split"], ["ctrl+w", "close_split"],
["ctrl+o", "open_file"], ["ctrl+o", "open_file"],
@ -602,6 +603,7 @@
["alt+shift+p", "open_command_palette"], ["alt+shift+p", "open_command_palette"],
["alt+x", "open_command_palette"], ["alt+x", "open_command_palette"],
["alt+!", "run_task"], ["alt+!", "run_task"],
["ctrl+shift+j", "toggle_maximize_panel"],
["alt+f9", "panel_next_widget_style"], ["alt+f9", "panel_next_widget_style"],
["ctrl+shift+q", "quit_without_saving"], ["ctrl+shift+q", "quit_without_saving"],
["ctrl+alt+shift+r", "restart"] ["ctrl+alt+shift+r", "restart"]