commit 5b659ad2ec77bc2bf97eb1bd2d8a8900626c397c
parent dc9bb14156e51c4fd7161c8e03261bf3b1ed7d93
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 19 Apr 2014 14:39:55 -0700
Enable wildmenu
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -36,6 +36,8 @@ set number                   " Relative line numbering
 set ruler                    " Show row/col in status
 set showmatch                " Flash matching paren
 set history=50               " 50 lines of cmdline history
+set wildmenu                 " Nicer autocomplete
+set wildmode=longest,full
 
 " Omnicomplete
 set completeopt+=longest