Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message not clear? #4108

Closed
matthiasdebernardini opened this issue Oct 5, 2022 · 2 comments
Closed

Error message not clear? #4108

matthiasdebernardini opened this issue Oct 5, 2022 · 2 comments

Comments

@matthiasdebernardini
Copy link

image

I am trying to remap the keys so that my colemak layout plays nice in the homerow. My homerow is "neio".

The error message is
"Bad config: data did not match any variant of untagged enum KeyTrie for key keys.normal at line 8 column 1"

I don't understand what the issue is, can anyone help?

Many thanks

@matthiasdebernardini
Copy link
Author

line-number = "relative"
cursor-shape = { insert = "bar" }
whitespace.render = "all"
whitespace.characters = { space = " ", tab = "▏", newline = "¬" }

# Keymap for the Colemak layout and Kakoune habits (who needs a select mode)
[keys.normal]
e = "move_line_down"
i = "move_line_up"
o = "move_char_right"
j = "insert"
l = "move_next_word_end"
k = "search_next"
h = "open_below"

@the-mikedavis
Copy link
Member

"insert" should be "insert_mode".

The error messages have been improved on master: #3931

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants