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')