Sajjad Zaidi's Blog
My Vim Notes
To change the width of multiple windows, do ^W < or ^W >.
Relevant entries from my vimrc:
syntax on " Turn on syntax highlighting set showmatch " Show matching brackets. set ignorecase " Do case insensitive matching set smartcase " Do smart case matching set incsearch " Incremental search set smartindent " Auto indents code set hlsearch " I prefer to have my searches highlighted set tabstop=4 " Tabs show up as 4 spaces wide instead of the default 8