Use "exuberant-ctags" for "go to definition" in Vim

I re-learned today that you can get "jump to definition" in Vim using exuberant-ctags:

Note: ctags from Emacs doesn't work, so make sure to install something better, like exuberant-ctags (or possible universal-ctags--though I haven't tried that one).