How to Find and Replace All in Vim With Substitute Command
Tutorial on how to use substitute command, which may by one of the most useful commands in Vim.
Following my last tutorial on Vim, “5 Most Essential Vim Commands for Beginners” if you haven’t read make sure to check it out. In this article, I wanted to share one of the most useful commands you may find trivial to use in any text editor and that is a substitute command. If you have used Sublime Text, chances are you have used Replace toolbar, which find and replace the …
Show more