74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

support `v..p` `V..p` #60

Open andreihareza opened 7 years ago

andreihareza commented 7 years ago

I'd like to be able to paste something over something else, but i can't.

74th commented 7 years ago

Sorry, I cant image your situation. Please show the detail with key strokes and other informations.

andreihareza commented 7 years ago

You have 2 words on a line. Select and copy first word (v e y), go to second word, select and paste (v e p). Same case, you have 2 lines, go to the first line, select and copy it (shift+v y), go to second line, select and paste (shift+v p). I expect second word/line to be replaced with the first and visual mode to be disabled. Nothing happens.

74th commented 7 years ago

OK. You wish this will support v..p.

andreihareza commented 7 years ago

Yes, i guess that's a better way to say it.