Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Implementation of normal command

Open s-kai273 opened this issue 1 year ago • 1 comments

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.

s-kai273 avatar Feb 21 '24 15:02 s-kai273

I implemented test code now. Please review it!!

s-kai273 avatar Mar 15 '24 12:03 s-kai273