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

Here is a feature request from me: Can vim-easymotion have a mapping that highlights all "hyperlinks" in window and let you follow that link when you press the corresponding jump...

Hi, I use the easymotion plugin in IdeaVim with my PhpStorm. Is it possible to use the `(easymotion-s)` functionality in over multiple buffers in PhpStorm? If I set a overwin...

hi, i have question, how easymotion index places and can that be changed somehow ? Like, i noticed, when i use bidirectional 'f' (or 'f' or 't' in easymotion), first...

Would it be possible to implement `go to declaration/definition` command that similar to `easymotion-bd-w` but highlights not every single word but only words that have declarations/definitions?

I use vscodevim.vim in vscode. If I fold a big region of text, such as a heading of markdown, and then before the folded region, I use easymotion-j, the marker...

This pull request is modification for #491. A dict path is added for the latest version of macOS.

Vim easymotion with migemo search works something wrong with Vim 9.0 @ the latest version of macOS Monterey.

**Desciption** Having an unmodifiable buffer, in this case [Chadtree](https://github.com/ms-jpq/chadtree?ts=4), open while triggering a search causes an exception to be thrown. ``` Error detected while processing function EasyMotion#OverwinF[4]..EasyMotion#overwin#move[1]..185_move[2]..444[1]..445[10]..function EasyMotion#OverwinF[4]..EasyMotion#overwin#move[1]..185_move[2]..444[1]..445[7]..448[20]..452[2]..458[26]..185_throw: line 1:...

This is my lazy.nvim configuration for easymotion: ```lua { "Lokaltog/vim-easymotion", init = function() vim.g.EasyMotion_smartcase = true vim.g.EasyMotion_do_mapping = false vim.g.EasyMotion_inc_highlight = false vim.g.EasyMotion_disable_two_key_combo = true vim.g.EasyMotion_keys = "abcdefhjkmnoprstuvwxyz;" end, keys...