From 41576388920ec2bb4ce6310caa30f0a91a49e42b Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 25 Feb 2026 20:34:13 +0100 Subject: [PATCH] refactor(terminal): add force quit keybinding to terminal mode --- src/keybind/builtin/flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 3799396..818a41a 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -600,7 +600,8 @@ ["alt+shift+p", "open_command_palette"], ["alt+x", "open_command_palette"], ["alt+!", "run_task"], - ["alt+f9", "panel_next_widget_style"] + ["alt+f9", "panel_next_widget_style"], + ["ctrl+shift+q", "quit_without_saving"] ] } }