The default configuration for vim on OS X 10.5 (Leopard) is pretty plain to say the least. Putting the following settings in ~/.vimrc will bring it into more of its true glory.
set nocompatible set bs=2 set ai set ruler syntax on set hlsearch filetype plugin on
