1. install vim and vim-gnome
2. install vim plugin c.vim
if there already have ~/.vim, unzip cvim.zip and copy the files to ~/.vim matched folders.
otherwise
$ cd ~/.vim
$ unzip cvim.zip
filetype plugin on
for details,following
3.install ctags
downloadhttp://ctags.sourceforge.net/
install from source code.
$ cd ctags-5.6
$ ./configure
$ make
# sudo make install
or set tags in ~/.vimrc. Now can go the the routine using Ctrl+] and back using Ctrl+T
4.TagList
download TagList from http://vim-taglist.sourceforge.net/
Add the following line to the ~/.vimrc
let Tlist_Exit_OnlyWindow=1
and start vim taglist window
5 WinManager
open folder using :e ~/vim71
add to
nmap wm :WMToggle<cr>
6. install cscope
add following lines to ~/vimrc
cscope -Rbq