Below you will find pages that utilize the taxonomy term “Vim Repo”

Post

Search and Replace in Vim

Searching and replacing text in a document is a common task. While programming we usually try to use refactring capabilities of our editors. Sometimes this is not feasable. Disclaimer: This is part of my vim commands “repo”. I use this posts to archive solutions for text editiong problems I faced while using vim. To listen all shortcuts look here. Problem I want to search and replace a or all occurances of a phrase in the current file.