Vim
Vim copied to clipboard
Pressing `o` and `<Tab>` while in Normal mode results in new line and `"<Tab>"`
Describe the bug
in Normal mode, press o
and press tab
rapidly, instead of add a new line and tab, it create a new line with resulting <tab>
https://user-images.githubusercontent.com/10588170/129446847-3ee06bf7-fea7-4563-9e82-705e6d1ca0f6.mov
To Reproduce Steps to reproduce the behavior:
- Make sure you are in Normal mode
- Quickly press
o
(orO
) andtab
- See error
Expected behavior Add a new line and tab
https://user-images.githubusercontent.com/10588170/129446901-3ca56061-8c31-4225-858f-65bc12d56234.mov
- Extension (VsCodeVim) version:
v1.21.6
- VSCode version:
1.59.0
- OS:
MacOS Big Sur 11.4
I don't think this was ever fully fixed even though it has been closed as fixed a couple of times
https://github.com/VSCodeVim/Vim/issues/730 https://github.com/VSCodeVim/Vim/issues/831 https://github.com/VSCodeVim/Vim/issues/1195
Still having this issue.