From 7e01eae3892ba20d9e70fb16c6453f438703b1dc Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 25 Feb 2026 11:40:14 +0100 Subject: [PATCH] refactor(terminal): add palette keybindings to terminal mode --- src/keybind/builtin/flow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 6cd5363..de0d4f2 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -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"] ] }