From ec8379ce5123341e0cdf35ad4f7a2477d0466092 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Wed, 25 Feb 2026 21:48:58 +0100 Subject: [PATCH] refactor(terminal): add restart keybind 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 b27c000..d9462d4 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -603,7 +603,8 @@ ["alt+x", "open_command_palette"], ["alt+!", "run_task"], ["alt+f9", "panel_next_widget_style"], - ["ctrl+shift+q", "quit_without_saving"] + ["ctrl+shift+q", "quit_without_saving"], + ["ctrl+alt+shift+r", "restart"] ] } }