summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
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