From 488efd4605144e5fb9ef526df37ee3544160ca81 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 29 Jul 2025 10:52:19 +0200 Subject: [PATCH] fix: hint generally usable keybinds on home screen (flow mode) --- src/keybind/builtin/flow.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 97c3cdc..339972b 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -249,11 +249,16 @@ "inherit": "project", "on_match_failure": "ignore", "press": [ + ["ctrl+e", "find_file"], ["f", "find_file"], ["e", "find_file"], + ["ctrl+shift+n", "create_new_file"], ["n", "create_new_file"], + ["ctrl+o", "open_file"], ["o", "open_file"], + ["ctrl+r", "open_recent_project"], ["r", "open_recent_project"], + ["ctrl+shift+p", "open_command_palette"], ["p", "open_command_palette"], ["t", "change_theme"], ["a", "add_task"],