refactor(terminal): add palette keybindings to terminal mode

This commit is contained in:
CJ van den Berg 2026-02-25 11:40:14 +01:00
parent ee7a3ed2ce
commit 7e01eae389
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -596,6 +596,9 @@
["ctrl+8", "focus_split", 7],
["ctrl+`", "focus_terminal"],
["ctrl+j", "toggle_panel"],
["ctrl+shift+p", "open_command_palette"],
["alt+shift+p", "open_command_palette"],
["alt+x", "open_command_palette"],
["alt+f9", "panel_next_widget_style"]
]
}