diff --git a/vim/.vimrc b/vim/.vimrc index 5cf6edc..2b6a7d4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -21,6 +21,7 @@ endif set shell=sh set showcmd " Show (partial) command in status line. set showmatch " Show matching brackets. +set hlsearch "set ignorecase " Do case insensitive matching "set smartcase " Do smart case matching "set incsearch " Incremental search