personal: set wildmode completion

This commit is contained in:
Dustin C. Hatch
2012-08-06 23:28:23 -05:00
parent 5860c6f165
commit c1c4ee17bc

View File

@@ -32,6 +32,9 @@ inoremap jj <esc><right>
" Shift+Tab to un-indent
inoremap <S-TAB> <C-D>
" Bash-like tab completion
set wildmode=longest,list
" Replace #d with a signature comment line
if !exists('my_email')
if exists('$USER')