How do you use a macro to create an incrementing numbered list in Vim?
qaYp<C-a>q
Record a macro that yanks the current line, pastes it below, and increments the number with .
qaYp<C-a>q
Record a macro that yanks the current line, pastes it below, and increments the number with .