vim-easymotion
vim-easymotion copied to clipboard
With "set linebreak", EasyMotion moves text
Hi!
Thanks a lot for EasyMotion, it's one of my favorite plugins since it's so useful! 👍
I was wondering if the following behavior is intentional and/or configurable:
When I have set linebreak activated and activate vim.easymotion with easymotion-bd-E, the text changes visually, some text spills over to the next line. Let me demonstrate:

On the other hand, when I turn linebreaks off in Vim with set nolinebreak I get this behavior with EasyMotion:

Personally, I prefer the second behavior since I can find the position where I want to move much easier when the text doesn't change.
Is there a way I can have the look and feel of the second animation but still have set linebreak?