Vim: Find/Replace in projects using ackNovember 30, 2012 | |
Since moving to vim from Sublime Text 2 the one thing I have been less than happy with is find and replace in files. This seems to be the accepted solution:
:args app/views/*/*
:argdo %s/search/replace/ge | update