vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

Easymotion does not replace characters with shortcuts

Open mahdix opened this issue 4 years ago • 5 comments

This is what happens when I press shortcut to jump by word. Letters are highlighted but they are not changed to the shortcut I should press for jump.

They are just original letters but changed to red.

image

mahdix avatar Apr 30 '20 07:04 mahdix

Looks like this only happens with overwin commands like easymotion-overwin-line

mahdix avatar May 01 '20 07:05 mahdix

This happens for me as well.

Not working

map  <Leader>w <Plug>(easymotion-bd-w)
nmap <Leader>w <Plug>(easymotion-overwin-w)

image

Working

map  <Leader>w <Plug>(easymotion-bd-w)
""nmap <Leader>w <Plug>(easymotion-overwin-w)

image

droidclicketyclacker avatar Jun 03 '20 03:06 droidclicketyclacker

Even with commenting out overwin in the my vimrc file, I still get overwin errors in Android Studio (using their easymotion plugin). My .ideavimrc is just sourcing my .vimrc file posted above.

droidclicketyclacker avatar Jun 03 '20 19:06 droidclicketyclacker

I have the same issue, vim 8.0.1365 macOS.

I can get it to work on NeoVim 0.4.4.

Since I use vim straight from the OS - not ports or homebrew etc. - and this used to work until recently, it may also be just the macOS version that does not work.

ralphholz avatar Sep 12 '20 09:09 ralphholz

Same issue seen on vim 9.0 on macOS Monterey 12.6.2 from homebrew - all overwin modes fail to replace the matched letters.

gmarler avatar Jan 09 '23 01:01 gmarler