VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.99k stars 1.32k forks source link

EasyMotion doesn't trigger after an action #4624

Open ericschlanger opened 4 years ago

ericschlanger commented 4 years ago

Describe the bug A common workflow for me in Vim is to combine actions with easy motion. For example: d <leader> <leader> j to delete down some number of lines (jumping down with easy motion) or y <leader> <leader> e to yank some block of text to the right of my cursor (with the yank distance defined by easy motion). I also do with with c to change text.

To Reproduce

  1. Make sure easymotion is enabled
  2. Try d <leader> <leader> k to delete upward some number of lines
  3. Notice easymotion did not activate

Expected behavior

Environment (please complete the following information): MacOS Mojave, most recent version of VS Code Insiders and VSCodeVim

lubaroli commented 4 years ago

I second this. This is also a common workflow for me and the behaviour still persists on the latest version. I'm also on Mac OS.