-
Hello, thanks for creating this wonderful plugin. I'm not sure I can reproduce this problem since it happens at random times but this is the message that I get sometimes.
```plaintext
EasyMotion:…
-
https://code.visualstudio.com/api/references/contribution-points#contributes.colors
-
Using the `(leader)j` or `(leader)k` sometimes breaks. More than likely it's due to me upgrading to Vim 9.0, my odd tabbing of JQuery objects and the folding
I've provided a js file snippet at the bo…
-
As the title, the following operation will change my cursor shape( underline ) to vertical box in iTerm2.
```
" s{char}{char} to move to {char}{char}
nmap s (easymotion-overwin-f2)
```
While ot…
-
**Describe the bug**
When using EasyMotion JumpAnywhere function, it doesn't always start highlighting 2 character combinations around where the cursor currently is.
**To Reproduce**
Steps to rep…
-
Hop distributes annotations in a cloud around cursor and last words in the same and the next strings are get 2-keys annotation.
Easymotion distributes 1-key annotations straightforward along lines …
-
**Describe the bug**
It doesn't seem like the EasyMotion commands work in Operator-pending mode.
**To Reproduce**
Steps to reproduce the behavior:
In a buffer, type `ds`.
**Expected behavio…
-
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-1…
-
1. ctrlp
2. nerdtree
3. vim-airline
4. vim-devicons
5. vim-easymotion
-
**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…