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

All mappings in Visual mode do not work when you just enter Visual mod by pressing v #3503

Closed
listenerri opened this issue Feb 20, 2019 · 1 comment

Comments

@listenerri
Copy link
Contributor

Describe the bug
All mappings in Visual mode do not work when you just enter Visual mode by pressing v.

To Reproduce
Steps to reproduce the behavior:

  1. set the following key mappings in settings.json:
{"before" : ["H"], "after" : ["^"]},
{"before" : ["L"], "after" : ["$", "h"]},
{"before" : [";"], "after" : [":"]},
  1. reopen/reload vscode
  2. press v and H or L or ;
  3. now you will see

the mappings above will work by the following steps:

  1. ...
  2. ...
  3. press v and press some movement keys(arrow keys, h, j, k, w, e, etc.) and then press H or L or ;
  4. now you will see

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.0.8(all versions)
  • VSCode version: 1.13.1
  • OS: deepin linux
@listenerri
Copy link
Contributor Author

This can be fixed by set vim.timeout to 200

@j0s @sexling

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

1 participant