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.
Debian: aptitude install exuberant-ctags
Mac: brew install ctags-exuberant
No comments:
Post a Comment