How do I move a column of text to a different position using visual block mode?
<C-v>jjxp
Visual block mode lets you select, cut, and paste rectangular columns of text.
<C-v>jjxp
Visual block mode lets you select, cut, and paste rectangular columns of text.
/\%5l\%10cpattern
Vim provides position-matching atoms that constrain where a pattern can match based on line numbers, column positions, or virtual columns.
{N}|
The command (pipe character) moves the cursor to a specific column number on the current line.