highlight matches while searching

This commit is contained in:
Andrew Coleman 2020-07-15 12:42:35 -04:00
commit f1d40084b6

2
.vimrc
View file

@ -16,6 +16,8 @@ set expandtab
set listchars=tab:>-,trail:-
set list
set noshowmode
set hlsearch
set incsearch
syntax on
filetype on