From 11cc0f784519254244daf3b5ec5edc8a843a509a Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 18 Jun 2012 10:13:53 -0500 Subject: [PATCH] personal: Add #d abbreviation --- plugin/00-dustin.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 13e791b..eefb0ba 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -32,6 +32,9 @@ inoremap jj " Shift+Tab to un-indent inoremap +" Replace #d with a signature comment line +iab #d "# Dustin C. Hatch (" . strftime("%d %b %Y") . ")" + " Platform specific stuff if has('win32') " Windows has a different font naming pattern