personal: set wildmode completion

master
Dustin C. Hatch 2012-08-06 23:28:23 -05:00
parent 5860c6f165
commit c1c4ee17bc
1 changed files with 3 additions and 0 deletions

View File

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