easymotion / vim-easymotion

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

Using easymotion-next in combination with easymotion-overwin-f2. #449

Open DasOhmoff opened 3 years ago

DasOhmoff commented 3 years ago

I love using easymotion-overwin-f2, it allows me to jump to matches in other windows. I also like the command easymotion-next, it allows me to jump to the next match. But easymotion-next after easymotion-overwin-f2 does not work unfortunately. While it does work for example for easymotion-s2.

My question is how to make easymotion-next work with easymotion-overwin-f2? So basically, I want to be able to use easymotion-next after easymotion-overwin-f2 as if the previous command was easymotion-s2 (searching next match only in the current window).

Thank you for helping and thank you for this great plugin, it is really appreciated! :)