highlight search results in vim
This commit is contained in:
parent
1debb2dfd6
commit
debc5a378c
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ endif
|
||||||
set shell=sh
|
set shell=sh
|
||||||
set showcmd " Show (partial) command in status line.
|
set showcmd " Show (partial) command in status line.
|
||||||
set showmatch " Show matching brackets.
|
set showmatch " Show matching brackets.
|
||||||
|
set hlsearch
|
||||||
"set ignorecase " Do case insensitive matching
|
"set ignorecase " Do case insensitive matching
|
||||||
"set smartcase " Do smart case matching
|
"set smartcase " Do smart case matching
|
||||||
"set incsearch " Incremental search
|
"set incsearch " Incremental search
|
||||||
|
|
Loading…
Add table
Reference in a new issue