-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
version 0.16.6 cause <tab> key insert string for unknown reason #3096
Comments
Same here |
When I'm in this "state" in insert mode where This is...
|
This is related to a recent change related to performance:
This was the right move for performance reasons, but we need to make sure to send Otherwise it won't send I can reproduce by starting insert mode, then opening a new tab (where the new tab opens in normal mode), return to the previous tab still in insert mode, and press I'll get to working on a fix this weekend. |
PR #3108 is up and will fix the issue by updating In the meantime, workarounds are:
|
^^ PR is merged and should be resolved with the next VSCodeVim release. There was a prior release last night, so it might be a few days I'd imagine for the next release with this fix. This won't fix replace mode issues with tab (see #2499), but it fixes the insert mode issues discussed here. Let me know if there are any use cases that we might be missing otherwise. |
To Reproduce
Steps to reproduce the behavior:
I don't know how to reproduce it. It insert <tab> string when press tab key. BTW, Anyone knows how to install an older version?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: