Enable Vim to do fuzzy search via :find

Enable fuzzy search with `:find` `*` and tab completion from your current folder donwards recursively.
This commit is contained in:
exlumine 2020-05-11 21:49:30 +02:00 committed by GitHub
parent 8f05c7d79f
commit 0d4948dc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ set go=a
set mouse=a set mouse=a
set nohlsearch set nohlsearch
set clipboard+=unnamedplus set clipboard+=unnamedplus
set path+=**
set wildmenu
" Some basics: " Some basics:
nnoremap c "_c nnoremap c "_c