From a4303a2a8133bbe740f1778266e6db50caf26ee9 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 11 May 2011 00:42:20 +0800 Subject: [PATCH] Add default sw=4, and add a commented include ir_black --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 4fc3445..1f9ab3f 100644 --- a/.vimrc +++ b/.vimrc @@ -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 "