From f17ceb282a90b7444717ec499ce11b26f5b40444 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 25 Feb 2026 11:55:20 +0100 Subject: [PATCH] refactor(terminal): add run_task keybind to terminal mode --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index de0d4f2..3799396 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -599,6 +599,7 @@ ["ctrl+shift+p", "open_command_palette"], ["alt+shift+p", "open_command_palette"], ["alt+x", "open_command_palette"], + ["alt+!", "run_task"], ["alt+f9", "panel_next_widget_style"] ] }