feat: add back single key keybinds on home screen (flow mode)
This commit is contained in:
parent
a734a008e1
commit
bfa851e886
1 changed files with 11 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue