安装ctags
sudo apt-get install ctags
使用bundle搜索taglist
:BundleSearch taglist
安装
i
修改vim配置文件
Bundle 'taglist.vim' :BundleInstall
修改taglist的配置
nnoremap <silent> <F8> :TlistToggle<CR>
安装ctags
sudo apt-get install ctags
使用bundle搜索taglist
:BundleSearch taglist
安装
i
修改vim配置文件
Bundle 'taglist.vim' :BundleInstall
修改taglist的配置
nnoremap <silent> <F8> :TlistToggle<CR>