Skip to content

Instantly share code, notes, and snippets.

@rmw
Created January 14, 2013 18:15
Show Gist options
  • Select an option

  • Save rmw/4532048 to your computer and use it in GitHub Desktop.

Select an option

Save rmw/4532048 to your computer and use it in GitHub Desktop.
Vim + CTags
$ brew install ctags
...modify your $PATH so /usr/local/bin is before /usr/bin
$ which ctags
(should be /usr/local/bin/ctags)
$ haw
$ ctags -R .
Open file, put cursor over Class and do Ctrl + ], you will be brought to the definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment