Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created May 23, 2011 08:47
Show Gist options
  • Save manuelmorales/986419 to your computer and use it in GitHub Desktop.
Save manuelmorales/986419 to your computer and use it in GitHub Desktop.
" 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