personal: set wildmode completion
parent
5860c6f165
commit
c1c4ee17bc
|
@ -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')
|
||||||
|
|
Reference in New Issue