|
@@ -3,7 +3,6 @@ set ruler
|
|
set mouse=a
|
|
set mouse=a
|
|
set nocompatible
|
|
set nocompatible
|
|
set bs=2
|
|
set bs=2
|
|
-set hlsearch
|
|
|
|
set nowrap
|
|
set nowrap
|
|
|
|
|
|
" give me all of teh colors!!
|
|
" give me all of teh colors!!
|
|
@@ -12,6 +11,17 @@ set bg=dark
|
|
colorscheme elflord
|
|
colorscheme elflord
|
|
syntax on
|
|
syntax on
|
|
|
|
|
|
|
|
+" misc
|
|
|
|
+set path+=** " make :find tab-completion search subdirectories
|
|
|
|
+set wildmenu " show tab-complete menu for : commands
|
|
|
|
+
|
|
|
|
+" search
|
|
|
|
+set ignorecase " case insensitive search
|
|
|
|
+set smartcase " auto switch to case-sensitive if uppercase *is* used
|
|
|
|
+set incsearch " live incremental searching
|
|
|
|
+set showmatch " show matches live while typing
|
|
|
|
+set hlsearch " highlight matches
|
|
|
|
+
|
|
" tabs
|
|
" tabs
|
|
set shiftwidth=4
|
|
set shiftwidth=4
|
|
set tabstop=4
|
|
set tabstop=4
|