-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Key Remapping crashes helix v0.5.0 #1289
Comments
It seems this problem happens any time [keys.normal] or [insert] is added to the config |
This seems to have been solved in helix v0.5.0-257-g02fc52f when i build from master key remapping is possible |
The docs are built from master and not the latest tagged release, hence the error. |
The only difference between and https://github.com/helix-editor/helix/blob/master/book/src/remapping.md Is the added ctrl+s to save. |
I think you missed |
Still a problem on 0.5.0.
[keys.normal]
C-s = ":w"
"ret" = ["open_below", "normal_mode"]
[keys.normal]
"ret" = ["open_below", "normal_mode"]
|
Yeah, |
This works: [keys.normal]
a = "move_char_left" so does this: [keys.normal]
C-s = "move_char_left" but this: [keys.normal]
s = ":w" and this: [keys.normal]
s = ":write" and this: [keys.normal]
s = ":q" Does not work. It seems to be related to keymapping a command |
Yes, that's another feature that landed after 0.5. Mapping sequences of commands and and |
Reproduction steps
Helix crashes with the following message:
Error: data did not match any variant of untagged enum KeyTrie for key
keys.normal
at line 11 column 1Environment
The text was updated successfully, but these errors were encountered: