Created
July 6, 2011 15:00
-
-
Save jwo/1067444 to your computer and use it in GitHub Desktop.
MacVim - Find in files
This file contains 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
:vimgrep regex path | |
#example to find all ruby files using "belongs"to | |
:vimgrep /belongs_to/ **/*.rb | |
:cnext | |
:cprevious |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment