how to block select, move, copy, paste in vi?
Posted
by
gojira
on Super User
See other posts from Super User
or by gojira
Published on 2011-11-30T03:51:42Z
Indexed on
2011/11/30
10:06 UTC
Read the original article
Hit count: 267
I am trying to migrate from Notepad++ to vi. In N++, I constantly rely on block edit (or "column mode"), as it is a great increase in productivity: I can select a rectangular area of text by pressing ALT before marking with the mouse, and copy, move, paste the rectangular area anywhere. Also, it is possible to drag the cursor vertically so that I can type simulatenously on several subsequent lines at the same time.
Is there any similar functionality for vi? If yes, how can I do that?
© Super User or respective owner