dot/vimrc: Use the right font and colours. Turn on autoindent.
[profile] / dot / vimrc
1 set incsearch
2 set showcmd
3 set autoindent
4
5 if &t_Co > 2 || has("gui_running")
6 syntax on
7 set guifont=MiscFixed6x13\ 12
8 hi Normal guifg=white guibg=black
9 set background=dark
10 endif