Below you will find pages that utilize the taxonomy term “Vim”
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.
How to Delete All Lines in Vim
Deleting all files of a document is not a very common use case. Needlessly it has to be done sometimes.