Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
42 views

How do I uninstall ctags on MacOSX?

I was messing around with vim, and every now and again my CPU goes to 100% running ctags. It's getting annoying, I can't figure out how to uninstall it. I've tried 'sudo port uninstall ctags' but that ...
3
votes
3answers
70 views

VI adding # moves cursor to beginning of the line

Why does vim move me to the begining of a line when I press # for a comment or remark say in a perl file? Why would I not want my comment to be indented at the same level of the current code?
4
votes
2answers
228 views

gVim - What is ctags, and how do I use it?

I am a regular gVim user on Windows, but don't do much more than install it, set up my small _vimrc file, and go. Now I am trying to both understand gVim Omni completion, and get it to work (I found ...
0
votes
1answer
90 views

Linux command question [closed]

Are there any commands similar to the make command?
4
votes
1answer
255 views

Have VIM jump to a ctag in an existing tab

I have ctags configured with my vim installation. My habit is to usually have all of the relevant files I'm working on open in tabs in vim all at once. The "problem" is that if I use Ctrl+] to jump to ...
1
vote
1answer
246 views

Does ctags for windows support .conf files

I am trying to use the commands in the link below but i cant seem to get ctags to pick up the .conf file , is there a parameter I am supposed to use ? ...
2
votes
6answers
1k views

Is it possible to install ctags without root privs?

I have user access to a Ubuntu instance and I'd like to use CTags. The error says: The program 'ctags' can be found in the following packages: * exuberant-ctags * emacs22-bin-common * ...