mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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:
parent
8f05c7d79f
commit
0d4948dc5e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user