← cd ~/blog

less vim-search-and-replace.md

VIM: search and replace

#Crumbs archive

# historical archive — written years ago, kept as it was. Some info is dated.

If you need the classic “Find and Replace” in VIM, use this command:

:%s/testo_da_cercare/testo_con_cui_sostituire/g

this replaces all occurrences.