Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count commands do not honor otherModesKeyBindingsNonRecursive settings #1378

Closed
davesque opened this issue Mar 10, 2017 · 2 comments
Closed

Comments

@davesque
Copy link

davesque commented Mar 10, 2017

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?

I have the following settings:

{
    "vim.otherModesKeyBindingsNonRecursive": [
        {"before": ["n"], "after": ["j"]},
        {"before": ["e"], "after": ["k"]}
    ]
}

I then issue 12e in normal mode in an editor window.

What did you expect to happen?

I expect for the cursor to move up 12 lines.

What happened instead?

The cursor moves to the next word ending 12 times.

Technical details:

  • VSCode Version: Current insider
  • VsCodeVim Version: Latest
  • OS: OS X
@xconverge
Copy link
Member

This is the same as #1359 I believe

@xconverge
Copy link
Member

looks to be fixed on master from that pr merged in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants