-
**Describe the bug**
I remap easymotion's default trigger key but it doesn't work.
**To Reproduce**
As shown as below, I put it in .vscode/settings.json and restart vscode.
```
"vim.lead…
-
Right now VsVim and EasyMotion are fighting for the same key strokes. Need to resolve this conflict
-
minimal vimrc:
```vimscript
call plug#begin('~/.config/nvim/plugged')
Plug 'haya14busa/incsearch.vim' " Improved incremental searching for Vim
call plug#end()
map / …
-
I use `map n (easymotion-next)` mapping and use it, but actual behavior is one character is deleted.
-
I would like to use easy-motion inside a terminal mode inside vim (not neovim)
Steps to reproduce:
Start terminal mode using `:term`
Get something to easymotion to eg. `ls -la`
Enter normal mod…
-
When typing bdw
the command is interpreted as jump to all words before, and then choose d.
It should be that it just highlights all the word beginnings.
This works:
```js
"vim.normalModeKey…
-
**Describe the bug**
When I use vim keybindings to trigger an easymotion search, there is a noticeable flicker when the command is executed that is not there if I type in the command manually. I'm no…
-
**Describe the bug**
A common workflow for me in Vim is to combine actions with easy motion. For example:
`d j` to delete down some number of lines (jumping down with easy motion) or `y e` to ya…
-
I've been using easymotion on this computer and my work computer for several years, but on my home PC I reinstalled Win10 and can't get easymotion working.
In Win10 os, setup git bash. Everything is…
-
When trying to use easymotion, it causes kakoune to hang, making it unresponsible to any user input and requiring a sigterm. As it turns out, easymotion tries to run the created script by calling `pyt…
Crote updated
6 years ago