tomh /.gvimrc

for use with macvim
set lines=70
set columns=175
set autochdir

"add bottom scrollbar and hide toolbar
set guioptions+=b
set guioptions-=T 

"no linewrap
set nowrap 

colorscheme wombat

"backup and swp files go in ~/.bak
set backupdir=~/.bak,.,~
set directory=~/.bak,.,~

"highlight current line
se cursorline
hi CursorLine term=none cterm=none ctermbg=3
autocmd InsertLeave * hi CursorLine term=none cterm=none ctermbg=3
autocmd InsertEnter * hi CursorLine term=none cterm=none ctermbg=4