No-Op Keybindings in Helix Editor (Version 25.07) #14675
Unanswered
taqtiqa-mark
asked this question in
Show and tell
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.
-
Attached is a TOML template for Helix Editor (version 25.07) key remappings, derived from the default keymap.
In this file, all default bindings are provided as succinct comments for reference, while the active settings are uniformly assigned to "no_op" to disable them.
This structure serves as a convenient starting point for users seeking to customize their keybindings without the defaults interfering, addressing concerns raised in related discussions (e.g., Issue #13298 and Issue #2720).
Users may uncomment and modify entries as needed, I have noted requirements for LSP or Tree-Sitter where applicable.
This approach aligns with current practices until a configuration option like
[keys]; unbind = trueis implemented.Comments and corrections welcome.
helix-no_op-template.md
Beta Was this translation helpful? Give feedback.
All reactions