Replacing text

Press the ESC key to enter command mode before using these commands.

To replace                      Do this ...

pattern1 with pattern2          :s/pattern1/pattern2
on the same line

every occurrence of pattern1    :g/pattern1/s//pattern2/g
with pattern2






[Home] [Search] [Index]