【总结】vim插件之 taglist
安装ctags
sudo apt-get install ctags
使用bundle搜索taglist
:BundleSearch taglist
安装
i
修改vim配置文件
Bundle 'taglist.vim' :BundleInstall
修改taglist的配置
nnoremap <silent> <F8> :TlistToggle<CR>
A mind needs books like a sword needs a whetstone.