vim: hl search

This commit is contained in:
Matthew Ryan Dillon 2021-04-06 14:46:41 -07:00
parent 220a6154e3
commit 9e16d24cb1

1
vimrc
View file

@ -29,6 +29,7 @@ set writebackup
set expandtab set expandtab
set updatetime=200 set updatetime=200
set history=250 set history=250
set hlsearch
nnoremap <silent> [b :bprevious<CR> nnoremap <silent> [b :bprevious<CR>
nnoremap <silent> ]b :bnext<CR> nnoremap <silent> ]b :bnext<CR>