122 B
122 B
Search and replace the first 'one' found with 'two':
:%s/one/two/
Same, but replace 'one' globally:
:%s/one/two/g
Search and replace the first 'one' found with 'two':
:%s/one/two/
Same, but replace 'one' globally:
:%s/one/two/g