2012/10/12

Exuberant ctags in FreeBSD

1. install exuberant ctags into "somewhere"
2. point "/home/me/bin/ctags" to "somewhere/ctags.exe"
3. run in vim (add to .vimrc):

:filetype plugin on
map <F1> <esc>:TlistToggle<cr>
:let Tlist_Ctags_Cmd='/home/me/bin/ctags'

4. Install Taglist plugin for Vim.
Debianaptitude install exuberant-ctags
Macbrew install ctags-exuberant

No comments:

Post a Comment