blob: 15bc331c18708e301799b969c6390916830b0d70 (
plain) (
blame)
1
2
3
4
5
6
|
:+-s/line/word/<Enter> /* replace something on first line */
:2<Enter>l /* select second line */
:<Up><Up><Enter> /* repeat replacement */
:e<Backspace><Backspace> /* simulate a typo on the command line */
:3<Enter>l /* select third line */
:<Up><Up><Enter> /* repeat replacement */
|