feat: add some space leader bindings to vim home mode by inheriting from project mode

This commit is contained in:
CJ van den Berg 2026-02-19 10:05:38 +01:00
parent db60fa1686
commit 6d58fa5912
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -281,6 +281,7 @@
"home": {
"syntax": "vim",
"on_match_failure": "ignore",
"inherit": "project",
"press": [
["f", "find_file"],
["g", "find_in_files"],
@ -291,8 +292,7 @@
["F", "change_fontface"],
["h", "open_help"],
["v", "open_version_info"],
["q", "quit"],
["<Space>", "home_menu_activate"]
["q", "quit"]
]
}
}