Add 'fuzzy' finder
This commit is contained in:
parent
8502a2e365
commit
ba7a7478da
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ set showmatch " highlight matching braces
|
||||||
|
|
||||||
" SEARCHING {{{
|
" SEARCHING {{{
|
||||||
|
|
||||||
|
" Find files in sub-folders too
|
||||||
|
set path+=**
|
||||||
|
|
||||||
set incsearch " search as characters are entered
|
set incsearch " search as characters are entered
|
||||||
set hlsearch " highlight matches
|
set hlsearch " highlight matches
|
||||||
" turn off search hightlight after search with `,<space>`
|
" turn off search hightlight after search with `,<space>`
|
||||||
|
|
Loading…
Add table
Reference in a new issue