On Thu, 8 Feb 2007, Anoob backer wrote: > > check http://ctags.sourceforge.net/faq.html#15 > > for your case from command mode of vim...try > :set tags= /home/saifi/cb1/tags,/home/saifi/cb2/tags > > bekz >
Hi Anoob: Thanks for posting the link. While reading the FAQ, I came across the vim key mapping :nmap ,t :!(cd %:p:h;ctags *.[ch])& Could you please explain how to interpret the syntax ? It would be great if you could explain how to do function key mapping, for example <F8> for CTRL+T (ie tag pop) <F9> for CTRL+] (ie tag visit) Thanks in advance. thanks Saifi.

