We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
keys.normal
I don't understand what the issue is, can anyone help?
Many thanks
The text was updated successfully, but these errors were encountered:
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"
Sorry, something went wrong.
"insert" should be "insert_mode".
"insert"
"insert_mode"
The error messages have been improved on master: #3931
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: