personal: Add #d abbreviation

master
Dustin C. Hatch 2012-06-18 10:13:53 -05:00
parent 097540ede4
commit 11cc0f7845
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ inoremap jj <esc><right>
" Shift+Tab to un-indent
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
if has('win32')
" Windows has a different font naming pattern