A short write up of using ctags in vim for python coding
http://bgmerrell.blogspot.com/2008/02/first-of-al...Guide to using vim for C development. Including using make for compile test edit cycle, ctags, cscope and omni completion.
http://www.linuxjournal.com/article/8289A quick guide to efficient editing with vim. Shows lots of common key combinations and a few advanced ones.
http://jmcpherson.org/editing.htmlA quick step guide to setting up and efficiently using vim for python development
http://www.sontek.net/post/Python-with-a-modular-...Allows you to see all changes between SCM revision of file and current local file in vim.
http://github.com/ghewgill/vim-scmdiffAllows you to use a key stroke or command to switch quickly between a header file and its implementation file. Very useful for c++ development
http://www.vim.org/scripts/script.php?script_id=31tags: c++ development plugin vim
A plugin for vim that uses ctags to show method/variable/class structures in side bar. Very usefull for c/c++ development in vim.
http://vim-taglist.sourceforge.net/index.htmlThe low-contrast colour scheme Zenburn, for use in vim.
http://slinky.imukuppi.org/zenburn/tags: colourscheme vim
Store your complex VIM macros for session independent later reuse
http://www.vim.org/scripts/script.php?script_id=2...