-
I've only given the codebase a cursory look so I'm not sure how feasible this is but I've been missing the `;`/`,` (or `n`/`N`) functionality of EasyMotion with its `easymotion-next` and `easymotion-p…
-
In my _vimrc
```
map n (easymotion-next)
map N (easymotion-prev)
```
and as the "Bonus fuzzy-search with EasyMotion" suggest.
```
function! s:config_easyfuzzymotion(...) abort
return e…
-
Easymotion is very useful for us.
Can you add it?
https://github.com/easymotion/vim-easymotion
taixs updated
4 years ago
-
It would be awesome if you could do things like `d`,`c`, `y`, `ys` (with the [Surround plugin](https://github.com/jcartledge/sublime-surround)) etc.
`v` is actually already possible (I use `tab` to t…
-
Hello, and thanks for this very nice plugin!
I have a problem when using [_vim-easymotion_](https://github.com/easymotion/vim-easymotion). Lets say I open two tabs splitted vertically, and then `:M…
-
There is a bug in [vim-easymotion](https://github.com/easymotion/vim-easymotion) (easymotion/vim-easymotion#402) that causes CoC problems neoclide/coc.nvim#110 .
Before it is somehow resolved there i…
-
Can you implement the jump for the highlighted misspelled words? Sometimes Vim spell checker just gives many false-positive warnings on the spell, it would be nice if I can just jump directly to the o…
-
Type: Bug
vim easymotion not working
Extension version: 1.25.2
VS Code version: Code - Insiders 1.79.0-insider (Universal) (2946b1ee55db1d406526d3fd1df49250b2f8322d, 2023-05-18T05:30:11.573Z)
…
-
I have no idea when this started happening. But to be fair, I hadn't used the extension between when I opened #5 and until a couple weeks ago when I noticed this, but was too busy to open this ticket.…
-
As a heavy vim user, one of the essential plugin is easymotion: https://github.com/easymotion/vim-easymotion
This will allow user jump to arbitrary point on the screen without having to navigate to…