Helpful Commands
VIM search and replace special characters
vim is a wonderful text editor. Wait. What? emacs? who uses that anyhow… 😉 I recently needed to do a quick search and replace on ALL punctuation within a file and decided to use vim in combination with regex to complete the task and post a quick how-to here. First, Read more…