# HG changeset patch # User Steve Losh # Date 1302186429 14400 # Node ID c3129613e34ac8efef5682f9a121155c08afb370 # Parent 40da0a59288f6aee294216078334cb7dcfbcd003 vim: add the Django tag shortcut diff -r 40da0a59288f -r c3129613e34a vim/.vimrc --- a/vim/.vimrc Thu Apr 07 10:22:20 2011 -0400 +++ b/vim/.vimrc Thu Apr 07 10:27:09 2011 -0400 @@ -272,6 +272,9 @@ au BufNewFile,BufRead *.html imap au BufNewFile,BufRead *.html imap . +" Django tags +au Filetype html inoremap {%%} + " }}} " CSS and LessCSS {{{