You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Put the exact keys you pressed.
r<tab>
What did you expect to happen?
Character under the cursor replaced with tab character ("\t").
What happened instead?
Character under the cursor replaced with the string "<tab>".
Note that s<tab><esc> and cl<tab><esc> work as expected.
Technical details:
VSCode Version: 1.9.0
VsCodeVim Version: 0.5.3
OS: Windows 7
The text was updated successfully, but these errors were encountered:
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?
Put the exact keys you pressed.
r<tab>
What did you expect to happen?
Character under the cursor replaced with tab character (
"\t"
).What happened instead?
Character under the cursor replaced with the string
"<tab>"
.Note that
s<tab><esc>
andcl<tab><esc>
work as expected.Technical details:
The text was updated successfully, but these errors were encountered: