Apr 4
Updated my Vim plugins

Vim is a powerful text editor, based on the standard Unix vi command, but much improved. The different modes are confusing to new users, but when you’ve been using them as long as I have they just seem natural. My fingers have learned vi and don’t like having to use anything else. I end up with strings like jjjbcw in other documents.
I’ve built up a bundle of plugins and configurations which I use with Vim. Recently I’ve gone through, cleaned out the ones I never use, updated others and added new ones. If you’re interested you can download the bundle or check out my Vim wiki page for more details.
To install the bundle: untar it, then rename dot.vim to .vim, dot.vimrc to .vimrc, and dot.gvimrc to .gvimrc, being careful to first rename your existing vim files if you have anything you want to keep. There’s not much in my .vimrc and .gvimrc, so you don’t even really need to bother with them. Most of my configuration settings are in my vls-config.vim and vls-keys.vim plugins.
Cool new plugins included are: PyFlakes for on-the-fly Python syntax checking; TagList, a function/source code browser, most recently used (MRU) files, Case-persistant substitutions, and the NERDTree file explorer. I’ve also created myself acustom toolbar which reminds me to use some of the new features of Vim 7.0 such as folding, tabs, and the undo tree. Happy Viming!

