feat: add some space leader bindings to vim home mode by inheriting from project mode
This commit is contained in:
parent
db60fa1686
commit
6d58fa5912
1 changed files with 2 additions and 2 deletions
|
|
@ -281,6 +281,7 @@
|
||||||
"home": {
|
"home": {
|
||||||
"syntax": "vim",
|
"syntax": "vim",
|
||||||
"on_match_failure": "ignore",
|
"on_match_failure": "ignore",
|
||||||
|
"inherit": "project",
|
||||||
"press": [
|
"press": [
|
||||||
["f", "find_file"],
|
["f", "find_file"],
|
||||||
["g", "find_in_files"],
|
["g", "find_in_files"],
|
||||||
|
|
@ -291,8 +292,7 @@
|
||||||
["F", "change_fontface"],
|
["F", "change_fontface"],
|
||||||
["h", "open_help"],
|
["h", "open_help"],
|
||||||
["v", "open_version_info"],
|
["v", "open_version_info"],
|
||||||
["q", "quit"],
|
["q", "quit"]
|
||||||
["<Space>", "home_menu_activate"]
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue