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

first thank you! the readme still points us to incsearch.vim so that we can integrate it with easymotion, this has been taken over by is.vim, could we integrate easymotion into...

Here is a small issue I have : When easymotion is used the linter get mad. Any tips on where to hook to know if linter should lint or if...

It looks like #16 may have addressed this in general, but not for `easymotion-overwin-f`. To reproduce: 1. Add the following to your vimrc/init.vim: ``` nmap (easymotion-overwin-f) let g:EasyMotion_keys = 'asdfhjkqweruiopyxcvbnmlé'...

reproduce step: 1. in nvim 5.0 head 2. use nvim-treesitter, 3. foldmethod=expr, foldexpr=nvim_treesitter#foldexpr() 4. edit a file, split it, so the buffer visible in multiple window 5. trigger a easymotion,...

The tutorial for Jeffrey Way's tutorial on easymotion was changed at tutsplus.com so I just changed that URL in the README.md file.

Hello, I'm using the sample config: ```vim let g:EasyMotion_do_mapping = 0 " Disable default mappings " Jump to anywhere you want with minimal keystrokes, with just one key binding. "...

The following documentation has a dead link: > Jeffrey Way of Nettuts+ has also written a tutorial about EasyMotion. URL: http://net.tutsplus.com/tutorials/other/vim-essential-plugin-easymotion/

Currently, when do jk motion at multibyte line, the col is incorrect. like following img the `virtcol('.')` is also slightly incorrect for returning the last column when char occupying multi...

I want to request a feature, which I am positive will be very useful. The idea is of non-local snippet for context dependent post fixing of ),}, etc. I am...

I have `set iskeyword+=-` so `viw` inside `foo-bar` is one word. But I would like `easymotion` to treat `foo-bar` as separated word. So I come up with ```vim let g:EasyMotion_is_not_keyword...