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

Vim motions on speed!

Results 124 vim-easymotion issues
Sort by recently updated
recently updated
newest added

Hi, So my problem is that I get shortcuts only for the first 2 lines of a document, looks like this: ![image](https://user-images.githubusercontent.com/32219944/92305486-9b6a8580-ef90-11ea-9dd4-d08a28b8af21.png) 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 ![qq20180516-0](https://user-images.githubusercontent.com/6542180/40124228-b09b27c6-595a-11e8-9388-c9d510173f7a.png)

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?