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

EasyMotion allows me to move around in Vim in an easier way. I found that after I became proficient in using EasyMotion, I was surprised that my speed of moving...

I use `junegunn/vim-plug` manager. Here is my minimum `.vimrc`. I added a line as advised in #44 ```vim set foldmethod=indent let g:EasyMotion_skipfoldedline = 0 call plug#begin('~/.vim/plugged') Plug 'easymotion/vim-easymotion' call plug#end()...

Vim version 9.1.1336 Steps 1. Use easymotion once. 2. `:call execute('colorsheme blue')` (also, `:call win_execute(winid, 'syntax enable')` from `:help popup-buffer`.) Actual ``` Error detected while processing ColorScheme Autocommands for "*"..function...

Hi I got a weird problem I'm not even sure how to debug. Easymotion crashes when I hit target key `h` for command `(easymotion-overwin-f)`. But it works perfectly for `(easymotion-overwin-f2)`...