While using Vim I\'ll sometimes want to look at a function definition or a struct definition, so I\'ll use C-]
to jump to it. However, there are a few problems I ru
You might want to consider using a few vim extensions that make this even simpler.
lusty-juggler and lusty-explorer
http://www.vim.org/scripts/script.php?script_id=2050 http://www.vim.org/scripts/script.php?script_id=1890
These require that vim was built with +ruby.
% vim --version | grep +ruby
They're very useful for staying in vim and jumping between files.