chiark
/
gitweb
/
~mdw
/
profile
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
99e3a53b7cbed25409a20df19db83129042193c5
[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