From 1990176ddbbdba158c68eafe4f0f238fae3c5b29 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Jul 2022 05:09:29 +0200 Subject: Allow the new fuzzy completion on vim commands --- .vimrc | 1 + 1 file changed, 1 insertion(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index fc9ceb3..9954b32 100644 --- a/.vimrc +++ b/.vimrc @@ -75,6 +75,7 @@ set showcmd " display incomplete commands set wildmenu " Turn on Wild menu set wildmode=longest:full,full set wildignore=*.o,*~,*.pyc " Ignore compiled files +set wildoptions+=fuzzy " Allow fuzzy completion set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ set undofile " Save undo's after file closes set undodir=$HOME/.vim/undo " where to save undo histories -- cgit v1.2.3