Skip to content

Instantly share code, notes, and snippets.

@tarsisazevedo
Created October 27, 2011 12:20
Show Gist options
  • Select an option

  • Save tarsisazevedo/1319407 to your computer and use it in GitHub Desktop.

Select an option

Save tarsisazevedo/1319407 to your computer and use it in GitHub Desktop.
open multi files with vim
git grep "search" | awk -F ":" '{print $1}' | xargs vim -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment