feat: add back single key keybinds on home screen (flow mode)

This commit is contained in:
CJ van den Berg 2025-07-29 10:28:40 +02:00
parent a734a008e1
commit bfa851e886
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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"]