Disabling modes
#4059
-
Is there a functionality to disable modes in helix, i am used to using Z-z for save quit in vim and i want to achieve the same in helix and i also feel like helix is getting too verbose with all the key binding suggestions. |
Beta Was this translation helpful? Give feedback.
Answered by
raphhawk
Oct 1, 2022
Replies: 2 comments 3 replies
-
You can set # ~/.config/helix/config.toml
[editor]
auto-info = false https://docs.helix-editor.com/configuration.html#editor-section |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found this as a solution. [keys.normal] But its very slow. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
raphhawk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found this as a solution.
[keys.normal]
Z = {Z = ":wq"}
But its very slow.