Add default sw=4, and add a commented include ir_black

This commit is contained in:
Gea-Suan Lin
2011-05-11 00:42:20 +08:00
parent 1955d59b2a
commit a4303a2a81

2
.vimrc
View File

@@ -18,6 +18,7 @@ set number
set ruler
set scrolloff=3
set secure
set shiftwidth=4
set showmatch
set smartcase
set t_Co=256
@@ -27,6 +28,7 @@ syntax on
"
" color schema
set background=dark
"colo ir_black
highlight CursorLine cterm=none ctermbg=darkblue
highlight Search cterm=none ctermbg=blue
"