From ec783d68a61bfec99cf276da6158866ab31e2875 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 30 Oct 2025 14:19:13 +0100 Subject: [PATCH] feat: bind insert_command_name to ctrl+k ctrl+s in flow mode Like in visual studio code, as insert_command_name is the closest thing we have to a keybind reference. --- 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 021af07..1fa0af2 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -25,6 +25,7 @@ ["alt+x", "open_command_palette"], ["f4", "toggle_input_mode"], ["ctrl+f2", "insert_command_name"], + ["ctrl+k ctrl+s", "insert_command_name"], ["f9", "theme_prev"], ["f10", "theme_next"], ["f11", "toggle_panel"],