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

使用配置 [https://github.com/easymotion/vim-easymotion#integration-with-incsearchvim](https://github.com/easymotion/vim-easymotion#integration-with-incsearchvim) 在insert模式, 键入/ 然后进入只能搜索,智能跳转后,会丢失光标. ![deepin-screen-recorder_Alacritty_20190808113731](https://user-images.githubusercontent.com/20379044/62673436-08e46500-b9d1-11e9-8dad-d7d89aca121e.gif)

every time I use easy motion jump on words, i.e., `easymotion-overwin-w`, I see additional items appear on top of my change list, which then interferes with `. jumping back to...

Hi, I tried to do `` and then easy-motion-sn `imap (easymotion-sn)` I get to the right place but it puts a text from one of the registers afterwards. Do you...

如题 map j (easymotion-j) map k (easymotion-k) ![image](https://user-images.githubusercontent.com/20551341/50423194-53bfcb00-088d-11e9-8d5d-fab41ba0f108.png) 请问,要做到折叠处也能显示。需要怎么设置吗? 谢谢!!

I have added this following line to my .vimrc nmap ;f (easymotion-bd-f) nmap ;s (easymotion-s2) After I search for a character using this maps, I can't repeat the search, i.e.,...

With many matches, the target key combinations are 1: single keys 2: double keys starting with "m" 3: ... "f" 4: ... "j" 5: ... ";" I would like to...

The off-screen-search doesn't seem to work properly as it outputs `no matches` even though it found a match - just off screen. Like in the following example after typing in...

Great plugin. Thank you! Sometime in the past couple of weeks the default map for `easymotion` stopped working. Vim `:map ` points to `easymotion` in `normal mode`. However, it also...

After using `(easymotion-sn)`, easymotion will highlight all matches after pressing Return if `hlsearch` is set. Add an option to not highlight search matches (the highlights after pressing Return) even if...

I have this in my node code: ``` js setInterval(async () => { let active = await this.nvim.call('EasyMotion#is_active') logger.debug('active:', active) }, 300) ``` ``` 18-10-04T17:27:11.865 DEBUG (pid:58844) [workspace] - active:...