Posts

Showing posts from April, 2011

Vim Search for Tags File

I use ctags with vim. This works great when the tags file is in the same directory as the files I'm working on, but is a chore when projects have nested directories. Add this to your .vimrc file and the recursive search up the directory structure will be done for the tags file: set tags=tags;/