simple examples of how to

Tuesday, September 27, 2011

how to use ctags

sudo apt-get install ctags

goto top source directory

> ctags -R *

add the following in .vimrc

set tags=./tags,tags

set tags+=/tags

No comments:

Post a Comment