From c1c4ee17bc956e03bd76aebdf6f416a2d9e42216 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 6 Aug 2012 23:28:23 -0500 Subject: [PATCH] personal: set wildmode completion --- plugin/00-dustin.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 9af3934..fc70d26 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -32,6 +32,9 @@ inoremap jj " Shift+Tab to un-indent inoremap +" Bash-like tab completion +set wildmode=longest,list + " Replace #d with a signature comment line if !exists('my_email') if exists('$USER')