Vim: ⌘ + d for editor.action.addSelectionToNextFindMatch does not work reliably


Please thumbs-up 👍 this issue if it personally affects you! You can do this by clicking on the emoji-face on the top right of this post. Issues with more thumbs-up will be prioritized.


What did you do?

In the gif here, I have this extension installed and I:

  1. Navigate to where I want
  2. Enter insert mode
  3. Hit <kbd>cmd</kbd> + <kbd>d</kbd> multiple times which I have mapped to editor.action.addSelectionToNextFindMatch

In some rare (seemingly random) scenarios it actually does work as expected.

cmdd

What did you expect to happen?

In this gif, I do not have the extension installed and I do the same thing effectively, except this time it works.

cmdd-working

What happened instead?

With the extension installed, the matching items are not added to the selection like they are when the plugin is not installed.

Technical details:

  • VSCode Version: 1.6.1
  • VsCodeVim Version: 0.4.1
  • OS: OS X El Capitan v10.11.6

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 13
  • Comments: 18 (10 by maintainers)

Most upvoted comments

Someone recommended that I try amVim, so far so good…