We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.
<tab>
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Environment:
What happened: i <tab> ESC . Pressing i then <tab> inserts a tab as expected. After pressing ., the cursor moves left one space.
i
ESC
What did you expect to happen: After pressing . I expected the operation to be repeated, i.e. another tab to be inserted.
How to reproduce it: i <tab> ESC .
NOTE: This bug is when trying to insert <tab>. When try to insert <space> or something else, e.g. foo, VSCodeVim works as expected.
<space>
foo
The text was updated successfully, but these errors were encountered:
This is a duplicate of this issue: #612
I'm going to close in favor of that issue.
Thanks!
Sorry, something went wrong.
Oh I see, thanks. It looks rather complex then ...
No branches or pull requests
The VSCodeVim team prioritizes issues based on reaction count.
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Environment:
What happened:
i
<tab>
ESC
.
Pressing
i
then<tab>
inserts a tab as expected.After pressing
.
, the cursor moves left one space.What did you expect to happen:
After pressing
.
I expected the operation to be repeated, i.e. another tab to be inserted.How to reproduce it:
i
<tab>
ESC
.
NOTE: This bug is when trying to insert
<tab>
. When try to insert<space>
or something else, e.g.foo
, VSCodeVim works as expected.The text was updated successfully, but these errors were encountered: