diff --git a/vimrc b/vimrc index 5f2e6de..b151929 100644 --- a/vimrc +++ b/vimrc @@ -4,10 +4,12 @@ set encoding=utf8 set fileencoding=utf8 set fileencodings=ucs-bom,utf8,cp950,latin1 set hlsearch +set ignorecase set incsearch set nobomb set nocompatible set ruler set secure +set smartcase set t_Co=256 syntax on