VimPlugin: Ctags

From wikinotes

Ctags is an language-agnostic, independent program that indexes your source-tree.
Before ctags can be used, you must generate a tags file (ctags -R).
You must continuously update this file to continue to use ctags.

Locations

~/.ctags Custom language definitions for ctags (maya mel)

Usage

ctrl ]  " (:ta)  navigate to function under cursor
ctrl ,  " (:pop) navigate to orig code (defaults to ctrl+t)