Perform a global replacement across the buffer.
Section: Substitution patterns
Substitute in entire file
vim
vim
:%s/old/new/gcExplanation
Add `c` to confirm each replacement interactively.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Substitution patterns