fix: hint generally usable keybinds on home screen (flow mode)

This commit is contained in:
CJ van den Berg 2025-07-29 10:52:19 +02:00
parent 6f82b4aaf3
commit 488efd4605
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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