brew install ctags-exuberant
While in the root of the project
/usr/local/bin/ctags --exclude=.git --exclude=log -R * ~/.rvm/gems/`rvm current`/*
- Jump to method definition: highlight method, ctr+]
- Return to method call: ctr+t
- Next instance: :tn
- Previous instance: :tp