Josh

Building in the open

Note on Search and Replace in Multiple Buffers via Vim Tips Wiki

perform the same operation on all wanted files in the current directory, and in all subdirectories (or in any specified tree of directories)

Find and replace things in vim:

:args spec/javascripts/**/*.* 
:argdo %s/foo/bar/g

:chefs-kiss:

Keyboard Shortcuts

Key Action
o Source
e Edit
i Insight
r Random
h Home
s or / Search
www.joshbeckman.org/notes/662983115