question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EasyMotion display wrong letters

See original GitHub issue

Hello,

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.

Screenshot from 2021-03-09 08-10-19

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.

Screenshot from 2021-03-09 08-18-12

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:closed
  • Created 3 years ago
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MatthiasGrandlcommented, Oct 10, 2021

Same with lightspeed.nvim

1reaction
echayacommented, May 7, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found