Created
June 17, 2011 18:22
-
-
Save nelsonenzo/1031952 to your computer and use it in GitHub Desktop.
TextMate
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
#Go To File Bundle. You might need to create the /Bundles directory before you can cd into it. | |
cd ~/Library/Application\ Support/TextMate/Bundles/ | |
git clone git://github.com/amiel/gotofile.tmbundle.git GoToFile.tmbundle | |
#after that, you will want to add some file types that ack wont search by default | |
#source: https://github.com/protocool/ack-tmbundle/wiki/recognizing-files | |
#in terminal, create ~/.ackrc | |
--type-add=ruby=.haml,.rake,.rsel | |
#or, alternately, specify to search all files | |
-a | |
#make sure when you ack, in the advanced options, check off "Load defaults from .ackrc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment