Restrict replacement to a selected range.
Section: Substitution patterns
Substitute inside visual selection
vim
vim
:'<,'>s/old/new/gExplanation
Visual ranges are useful for safer targeted edits.
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