From bfa851e8860e1e4380c0f15a5761eabca57aa68e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 29 Jul 2025 10:28:40 +0200 Subject: [PATCH] feat: add back single key keybinds on home screen (flow mode) --- src/keybind/builtin/flow.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 03f7a9f..97c3cdc 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -249,6 +249,14 @@ "inherit": "project", "on_match_failure": "ignore", "press": [ + ["f", "find_file"], + ["e", "find_file"], + ["n", "create_new_file"], + ["o", "open_file"], + ["r", "open_recent_project"], + ["p", "open_command_palette"], + ["t", "change_theme"], + ["a", "add_task"], ["c", "open_config"], ["g", "open_gui_config"], ["k", "open_keybind_config"], @@ -256,6 +264,9 @@ ["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"], ["ctrl+shift+r", "restart"], ["f6", "open_config"], + ["v", "open_version_info"], + ["ctrl+q", "quit"], + ["q", "quit"], ["up", "home_menu_up"], ["down", "home_menu_down"], ["enter", "home_menu_activate"]