easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Overriding/changing semicolon (;) on UK/US keyboard layouts #476

Open ts95 opened 2 years ago

ts95 commented 2 years ago

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 ;?

Skjermbilde 2022-03-24 kl  09 52 41
ts95 commented 2 years ago

I'm using this for now:

let g:EasyMotion_keys='asdghklqwertyuiopzxcvbnmfj'

I tried adding ø to the list but ran into encoding issues.