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?
- Use emmet in insert mode like
div.example<tab>
- Press esc to enter normal mode
What did you expect to happen?
After I press <tab>, emmet expands the text and puts my cursor in between the
opening and closing tab. (This works)
After I enter normal mode, my cursor stays in the same place. (This doesn't)
What happened instead?
Instead, when I enter normal mode my cursor jumps to the end of line, I have to press b a couple times to get back to where a was.
Technical details:
- VSCode Version: 1.8.1
- VsCodeVim Version: 0.5.2
- OS: macOS 10.12 (16A320)
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?
div.example<tab>What did you expect to happen?
After I press
<tab>, emmet expands the text and puts my cursor in between theAfter I enter normal mode, my cursor stays in the same place. (This doesn't)
What happened instead?
Instead, when I enter normal mode my cursor jumps to the end of line, I have to press
ba couple times to get back to where a was.Technical details: