personal: Add #d abbreviation
parent
097540ede4
commit
11cc0f7845
|
@ -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>
|
||||||
|
|
||||||
|
" Replace #d with a signature comment line
|
||||||
|
iab <expr> #d "# Dustin C. Hatch <dustin.hatch@softekinc.com> (" . strftime("%d %b %Y") . ")"
|
||||||
|
|
||||||
" Platform specific stuff
|
" Platform specific stuff
|
||||||
if has('win32')
|
if has('win32')
|
||||||
" Windows has a different font naming pattern
|
" Windows has a different font naming pattern
|
||||||
|
|
Reference in New Issue