Vim
Vim copied to clipboard
Implementation of normal command
normal command is familiar with many developper loving vim, and I'm one of them. but current vim plugin of vscode does not support it. now, I implemented it and the PR is below. https://github.com/VSCodeVim/Vim/pull/8896
the test code implementation has not completed yet, but the command working fine maybe. hope to someone review it.
I implemented test code now. Please review it!!