From: Mark Wooding Date: Wed, 17 Feb 2010 15:29:15 +0000 (+0000) Subject: dot/vimrc: Use the right font and colours. Turn on autoindent. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/032e314f141c64a252c363b6dce68ed44d8e6dd9 dot/vimrc: Use the right font and colours. Turn on autoindent. --- diff --git a/dot/vimrc b/dot/vimrc index cdb92ef..99e3a53 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -1,6 +1,10 @@ set incsearch set showcmd +set autoindent if &t_Co > 2 || has("gui_running") syntax on + set guifont=MiscFixed6x13\ 12 + hi Normal guifg=white guibg=black + set background=dark endif