Precondition :
sudo apt-get install exuberant-ctags
好用功能
1:
Zooming in and out of the taglist window~
'x' key in the taglist window to maximize the taglist window width/height.
again press 'x' to restore the taglist window to the default width/height
2:
When this variable is set to 1, the cursor moves to the taglist window after opening the taglist window.
.vimrc
let Tlist_GainFocus_On_ToggleOpen = 1
3 :
Speeding up taglist windows refresh
Put below line to .vimrc
autocmd BufEnter,CursorMoved,CursorMovedI * silent! TlistHighlightTag
reference :
https://stackoverflow.com/questions/4568813/vim-taglist-plugin-slow-update