vim-easymotion
vim-easymotion copied to clipboard
Vim motions on speed!
Hi, So my problem is that I get shortcuts only for the first 2 lines of a document, looks like this:  I'm using WSL 2 with Ubuntu 20.04. Easymotion...
My text often contains two languages: english and russian. Assume I have such text: `Русский текст и еще текст.` and want to find `те`. What I do: 1. Starting in...
where we can use vim-roam
When I have a long line and I execute (easymotion-lineforward) the screen is moved to show the options but if I have 2 splits it doesn't happen
As the title, the following operation will change my cursor shape( underline ) to vertical box in iTerm2. ``` " s{char}{char} to move to {char}{char} nmap s (easymotion-overwin-f2) ``` While...
Hi! I don't know if its matter of my setup, but I'm able to reproduce it. When I add `set sessionoptions+=global` easymotion stops working. I use custom mappings like `map...
Hey, the last git tag is quite old from 2016 and there were some fixes and things in the meanwhile. Would it be possible to tag a new git release?...
index is wrong 
Most commands (from my testing: easymotion-j; easymotion-k; easymotion-lineforward; easymotion-linebackward, easymotion-f, easmotion-f2) use the highlighting properly. That is, they change the highlighting according to EasyMotionTarget and EasyMotionTarget2First/Second when the input requires...
`.vimrc` ```vim map l (easymotion-lineforward) map h (easymotion-linebackward) ``` Searching forward is pretty much instantaneous, while searching backwards yields good 2s. delay. Any idea why?