view .vimrc @ 3:072b183989e0

Merged in changes for the Mac, including the beginnings of platform deliniation (at least in the .bash_aliases).
author huston@80426f53-59d1-405d-934b-f07cd76f4a1a
date Sat, 11 Apr 2009 05:58:03 +0000
parents c78481cfb082
children f65964738bab
line wrap: on
line source

version 5.0
set nocompatible
set autoindent
set cindent
set mouse=a
set smartindent
set smarttab
set tabstop=3
syntax on
set sw=3
set bg=dark
set textwidth=78
set sm
hi Normal guibg=black guifg=white