vim tidbits of the day
February 13th, 2009 1:49 pm
:::–>vim
:grep [regexp] [file list]
vim will then load the files that match the regexp & position the cursor on the matching line.
use :cn and :cp to move between instances of the match.