feat: re-organize home screen

This commit is contained in:
CJ van den Berg 2025-03-06 21:11:51 +01:00
parent c71226ee47
commit 4b34804670
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 65 additions and 66 deletions

View file

@ -193,11 +193,16 @@
"syntax": "vim",
"on_match_failure": "ignore",
"press": [
["f", "find_file"],
["g", "find_in_files"],
[":", "open_command_palette"],
["b", "open_keybind_config"],
["j", "home_menu_down"],
["k", "home_menu_up"],
["f", "change_fontface"],
["F", "change_fontface"],
["h", "open_help"],
["v", "open_version_info"],
["q", "quit"],
["<Space>", "home_menu_activate"]
]
}