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
Make sure easymotion is enabled
Try d <leader> <leader> k to delete upward some number of lines
Notice easymotion did not activate
Expected behavior
Environment (please complete the following information):
MacOS Mojave, most recent version of VS Code Insiders and VSCodeVim
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) ory <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 withc
to change text.To Reproduce
d <leader> <leader> k
to delete upward some number of linesExpected behavior
Environment (please complete the following information): MacOS Mojave, most recent version of VS Code Insiders and VSCodeVim