Categories
Blogroll
Other
Sites
- Powered by weRead
Category Archives: Vim
Vim: Search and replace in all buffers :bufdo %s/pattern/substitution/ge | update bufdo: applies the following command to all buffers. %s: means search and replace the whole file g: change all instances in a line e: avoids the error when the … Continue reading