From 125e204ac8b423a5392a40c8c4cca13332de1361 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 1 Dec 2025 21:35:58 +0100 Subject: [PATCH] feat: add ctrl+? keybind to enable hints mode --- src/keybind/builtin/flow.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 15d4b24..4b93f0b 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -1,6 +1,7 @@ { "project": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+alt+shift+r", "restart"], ["ctrl+e", "find_file"], ["ctrl+shift+n", "create_new_file"], @@ -380,6 +381,7 @@ }, "overlay/palette": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["alt+f9", "overlay_next_widget_style"], ["alt+!", "add_task"], ["ctrl+j", "toggle_panel"], @@ -442,6 +444,7 @@ }, "mini/numeric": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["b", "toggle_goto_style"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], @@ -457,6 +460,7 @@ }, "mini/get_char": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+g", "mini_mode_cancel"], ["ctrl+c", "mini_mode_cancel"], ["ctrl+l", "scroll_view_center_cycle"], @@ -468,6 +472,7 @@ }, "mini/buffer": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], ["ctrl+u", "mini_mode_reset"], @@ -486,6 +491,7 @@ }, "mini/file_browser": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], ["ctrl+u", "mini_mode_reset"], @@ -513,6 +519,7 @@ }, "mini/find_in_files": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], ["ctrl+u", "mini_mode_reset"], @@ -546,6 +553,7 @@ }, "mini/find": { "press": [ + ["ctrl+?", "toggle_keybind_hints"], ["ctrl+q", "quit"], ["ctrl+v", "system_paste"], ["ctrl+u", "mini_mode_reset"],