Created
May 23, 2011 08:47
-
-
Save manuelmorales/986419 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" search across files in vim | |
:lgrep -r pattern dir_1 dir_2 | |
:lopen | |
" go to next file | |
:lnf | |
" go to next or previous match | |
:lnext | |
:lprev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment