Add 'fuzzy' finder

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-02 21:20:54 +02:00
parent 8502a2e365
commit ba7a7478da

View file

@ -154,6 +154,9 @@ set showmatch " highlight matching braces
" SEARCHING {{{
" Find files in sub-folders too
set path+=**
set incsearch " search as characters are entered
set hlsearch " highlight matches
" turn off search hightlight after search with `,<space>`