feat: add keybinds for toggle_maximize_panel
This commit is contained in:
parent
871d40f906
commit
770fa884cd
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
["ctrl+8", "focus_split", 7],
|
||||
["ctrl+`", "focus_terminal"],
|
||||
["ctrl+j", "toggle_panel"],
|
||||
["ctrl+shift+j", "toggle_maximize_panel"],
|
||||
["ctrl+q", "quit"],
|
||||
["ctrl+w", "close_split"],
|
||||
["ctrl+o", "open_file"],
|
||||
|
|
@ -602,6 +603,7 @@
|
|||
["alt+shift+p", "open_command_palette"],
|
||||
["alt+x", "open_command_palette"],
|
||||
["alt+!", "run_task"],
|
||||
["ctrl+shift+j", "toggle_maximize_panel"],
|
||||
["alt+f9", "panel_next_widget_style"],
|
||||
["ctrl+shift+q", "quit_without_saving"],
|
||||
["ctrl+alt+shift+r", "restart"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue