Skip to content
Advertisement

Tag: ctags

How to set ctag in vim editor one time

I have created ctags for my project. Now every time, I open file in vim editor I set ctag location. Is it possible to set the ctag location for one time in some where that I don’t know, So that when I open a file from my project in vim, it will start working, I do not need to fire

How to set the path to the tags file?

I’ve tried to set the path to my project’s ctags file each time when I close the *.c file and go to terminal. I want the tags file to have been set when I open my code file. Or, maybe … can I set the tags file only for special directory? Answer Usually the path of the ctags file is

Advertisement