:s/pattern/replace/g
- Substitute “pattern” by “replace” on the current line.:%s/pattern/replace/g
- Substitute “pattern” by “replace” in the current file.:%s//replace/g
- Substitute your last search by “replace” in the current file.
Vim Search and replace
Dec 18, 2022