From c827972e98aefe84f7e6e2b42721431a7daacc5e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Thu, 5 Dec 2024 14:47:20 +0100 Subject: [PATCH] fix: add ctrl+f2 binding to home screen --- 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 f668cad..69c9699 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -186,6 +186,7 @@ ["q", "quit"], ["f1", "open_help"], ["f2", "toggle_input_mode"], + ["ctrl+f2", "insert_command_name"], ["f6", "open_config"], ["f9", "theme_prev"], ["f10", "theme_next"],