Global (multi-mode) key bindings? #12749
Unanswered
edrozenberg
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For certain keybindings it would be nice to define them once and have them work in any mode. I searched and didn't find any relevant issue or discussion about this.
For ex.:
I would like these "Shift+Home/End" bindings to work in any mode. Currently I have to define the same bindings in 3 modes in the helix
config.toml
:Maybe there could be a
[keys]
or[keys.global]
section, where anything defined applies to all modes.It would help remove many dozens of redundant lines from my config, remove the need to copy/paste changes multiple times to several modes, and remove the chance of errors when copy/pasting or bindings getting out-of-sync between modes.
Beta Was this translation helpful? Give feedback.
All reactions