How do you create a numbered sequence using visual block mode?
Answer
<C-v>jjg<C-a>
Explanation
Select a column of identical numbers with <C-v>, then press g<C-a> to create an incrementing sequence (1,2,3...) from the selected numbers.
<C-v>jjg<C-a>
Select a column of identical numbers with <C-v>, then press g<C-a> to create an incrementing sequence (1,2,3...) from the selected numbers.