change your vim into IDE

------------install vim


------------easy to edit/look
1 edit vimrc(/etc/vimr/ or ~/.vimrc), open "syntax on", enable syntax highlighting




2 run "ctags -R" in your project's root dir
  add tags' dir to your vimrc
  add "mouse=a" to your vimrc
***see the "http://www.ibm.com/developerworks/cn/linux/l-tip-vim1/"


3 intall and config the taglist
***see the "http://www.linuxpk.com/53499.html"


4 change the differenet colorschme, for example: colorscheme  desert
see the "http://debianedu.com/shells/tools/vim-colorscheme"




------------easy to debug

你可能感兴趣的:(change your vim into IDE)