highlight matches while searching
This commit is contained in:
parent
95ed192c92
commit
f1d40084b6
1 changed files with 2 additions and 0 deletions
2
.vimrc
2
.vimrc
|
@ -16,6 +16,8 @@ set expandtab
|
|||
set listchars=tab:>-,trail:-
|
||||
set list
|
||||
set noshowmode
|
||||
set hlsearch
|
||||
set incsearch
|
||||
syntax on
|
||||
|
||||
filetype on
|
||||
|
|
Reference in a new issue