Section: Visual modes

Blockwise visual mode

vim
vim
<C-v>
Explanation

Excellent for column edits and multi-line inserts.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Visual modes
Characterwise visual mode
Select arbitrary text regions.
OpenIn sheetvimsame section
Linewise visual mode
Select whole lines.
OpenIn sheetvimsame section
Reselect last visual selection
Bring back the last selected region.
OpenIn sheetvimsame section
Insert at start of block
Add text to the start of many lines at once.
OpenIn sheetvim2 tag match
Append at end of block
Add text to the end of many lines.
OpenIn sheetvim2 tag match
Replace a rectangular block
Overwrite a visual block with one character.
OpenIn sheetvim2 tag match