refactor(vim): don't highlight search results
I have been using this quite a lot and have not missed the search highlights. When this was on would alway search then use `:noh` to remove all the highlighting.
This commit is contained in:
parent
2cf91cdb16
commit
6ba33108e2
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ set clipboard=unnamedplus
|
||||||
" Setup better searching
|
" Setup better searching
|
||||||
set ignorecase
|
set ignorecase
|
||||||
set incsearch
|
set incsearch
|
||||||
|
set nohlsearch
|
||||||
set smartcase
|
set smartcase
|
||||||
|
|
||||||
" Stay 20 chars from the top and bottom of the buffer so I am always editing
|
" Stay 20 chars from the top and bottom of the buffer so I am always editing
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue