How can I jump to to a function definition using vim? For example with Visual Assist, I can type Alt+g under a function and it opens a context menu lis
After generating ctags, you can also use the following in vim:
:tag
Above will take you to function definition.