How to search & replace all occurences in vim?
knowledge vim
I always struggle to remember things that I don’t use often. Here is my attempt to keep my knowledge somewhere else than in my head.
One of them is specific to vim.
How to search a specific string pattern inside a project and replace all its occurences easily. Let’s start with the initial statement, I want to replace all the linux occurences by OpenBSD.
Find files that validate the pattern predicate Run:
Read more...