feat: add home screen bindings for helix mode

This commit is contained in:
CJ van den Berg 2024-12-05 20:14:23 +01:00
parent fac6e37d00
commit 8b24f28820
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -266,7 +266,6 @@
["ctrl+a", "increment"],
["ctrl+x", "decrement"],
["ctrl+shift+p", "open_command_palette"],
["ctrl+shift+6", "open_previous_file"],
["alt+.", "repeat_last_motion"],
@ -300,8 +299,6 @@
["alt+,", "remove_primary_selection"],
["alt+shift+p", "open_command_palette"],
["alt+shift+c", "copy_selection_on_next_line"],
["alt+shift+i", "select_all_children"],
@ -506,5 +503,16 @@
["8", "add_count", 8],
["9", "add_count", 9]
]
},
"home": {
"on_match_failure": "ignore",
"press": [
[";", "open_command_palette"],
["shift+;", "open_command_palette"],
["b", "open_keybind_config"],
["j", "home_menu_down"],
["k", "home_menu_up"],
["space", "home_menu_activate"]
]
}
}