Search and Replace
:%s/this/that/g
% indicates the whole file
:5,22s/this/that/g
5,22 indicates lines 5 through 22
:.,3+s/this/that/g
.,3+ indicates current line and next three lines
Previous slide
Next slide
Back to first slide
View graphic version