-
Website
http://blogs.planetingres.org/grant -
Original page
http://blogs.planetingres.org/grant/2008/05/12/navigating-the-ingres-source-with-ctags/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
fatimacasau
1 comment · 1 points
-
grantc
5 comments · 1 points
-
-
Popular Threads
vi -t IIapi_initialize
and it will take you to the first file with that symbol in and take you to that line in the file. It'll also load a 'stack' of other file references which you can then navigate through. There are different ways to do so :tn and :tp will take you to the next and previous occurrences respectively, and :ts will allow you to select from a list.
:help tags opens a help file with full description of how to use tags with vim.