EasyMotion display wrong letters
See original GitHub issueHello,
When I try to use EasyMotion in VS Code, it highlights the first character of each word instead of the target characters.
I guess an image is worth a thousand words in this case.
In this example, if I type ‘h’ with the hope to go at the word ‘Hello’, the cursor move to ‘main’ instead. I guess ‘h’ is the character associate to the motion to ‘main’.
I also have similar problems with line motion.
The extension works fine in regular neovim.
I am using VS Code 1.53.2 and neovim 0.5.0 and my init.vim is only these few lines
call plug#begin('$HOME/.config/nvim/plugged')
Plug 'asvetliakov/vim-easymotion'
call plug#end()
map ml <Plug>(easymotion-bd-jk)
nmap ml <Plug>(easymotion-overwin-line)
map mw <Plug>(easymotion-bd-w)
nmap mw <Plug>(easymotion-overwin-w)
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (1 by maintainers)
Top Results From Across the Web
[vim-easymotion] shows labels on the wrong characters #60
Hi! I'm using your vim-easymotion fork and noticed that it shows labels on the wrong places quite often. Here an example:.
Read more >EasyMotion Studio - User Manual - Technosoft Motion Control
program developed using Technosoft EasyMotion Studio software ... Otherwise the text displayed is “Offline” and a communication error.
Read more >Known Issues & Problems with Easy Motion Products + Help ...
No ebike is perfect, this is a thread dedicated to sharing known issues or problems with electric bikes from Easy Motion as well...
Read more >Does anyone actually use EasyMotion? : r/vim - Reddit
I was wondering how many people actually use the easy motion plugin. ... This lets me press <SPACE> and two characters to show...
Read more >Leap: Neovim's Answer to the Mouse - Hacker News
With sneak, easymotion, or leap, it looks like I can't actually figure ... have a "false positive" before the intended character rather than ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same with lightspeed.nvim
right…my bad 😃
i rmb i use this fork just to keep vscode-easymotion in a separate folder from the og easymotion folder so i can use the latter in nvim.