UP | HOME

Install Taglist Vim plugin

Home Page: http://vim-taglist.sourceforge.net/ Installation: http://vim-taglist.sourceforge.net/installation.html

The _vimrc setting for taglist:

 * filetype on
let Tlist_Ctags_Cmd = 'C:\MyWorkplace\ctags57\ctags.exe'
let Tlist_Exit_OnlyWindow = 1
let Tlist_Sort_Type = "name"
nnoremap :TlistToggle
" Shortcut for switch between split windows quickly
nnoremap H
nnoremap L