I opened ./helix/config.toml
to set some keymaps and since I am a spanish speaker I wanted to add a functionality to the ñ key.
I added the following configuration:
[keys.normal]
ñ = "move_char_right"
When I tried to reopen Helix it said the following:
Bad config: unexpected character found: `\u{f1}` at line 13 column 1
Press <ENTER> to continue with default config
I tried to reference it with both UFT and hex and none of them seemed to work (probably because the keys were set as an Enum or a Struct). So here I am asking.