vim-easymotion
vim-easymotion copied to clipboard
Overriding/changing semicolon (;) on UK/US keyboard layouts
One of the characters that appear with easymotion-overwin-w is the semicolon. This makes sense on English layouts where the semicolon corresponds with the right little finger on the home row, but on other keyboard layouts this key is typically a letter. In my case (Norwegian layout) the letter ø is in the same spot as ; would be on a UK/US layout.
Is it possible to override this somehow so that ø could appear instead of ;?
I'm using this for now:
let g:EasyMotion_keys='asdghklqwertyuiopzxcvbnmfj'
I tried adding ø to the list but ran into encoding issues.