Skip to content

Instantly share code, notes, and snippets.

@nelsonenzo
Created June 17, 2011 18:22
Show Gist options
  • Save nelsonenzo/1031952 to your computer and use it in GitHub Desktop.
Save nelsonenzo/1031952 to your computer and use it in GitHub Desktop.
TextMate
#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