Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual block shift-i(nsert) in VsVim

In GVim on Linux I am used to being able to do Ctrl-V then I type whatever I want at the beginning of the first line, hit Esc and then Vim will insert whatever I typed to every row. I have tried this on VsVim, in Visual Studio, using Ctrl-Q, instead of Ctrl-V, but I does nothing. Is there any way to reproduce this functionality in VsVim?

I'm fairly certain it has nothing to do with my .vimrc file.

like image 867
Tanner Avatar asked Oct 10 '22 06:10

Tanner


1 Answers

Block insertion has been added to VsVim 1.2. I just tested it and it works.

VsVim 1.2 Release Notes

like image 149
Eric Bock Avatar answered Oct 15 '22 21:10

Eric Bock