【总结】vim插件之 taglist

安装ctags

sudo apt-get install ctags

使用bundle搜索taglist

:BundleSearch taglist

安装

i

修改vim配置文件

Bundle 'taglist.vim'

:BundleInstall

修改taglist的配置

nnoremap <silent> <F8> :TlistToggle<CR>

 

posted @ 2015-08-11 20:56  _扬帆起航  阅读(350)  评论(0编辑  收藏  举报