highlight search results in vim

This commit is contained in:
Bruno Carlin 2017-10-06 17:55:50 +02:00
parent 1debb2dfd6
commit debc5a378c

View file

@ -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