235562dfd608

Merge with home.
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Mon, 09 Aug 2010 14:21:32 -0400
parents 77c388175390 (current diff) 0d1b760fe9e3 (diff)
children e34702969b00
branches/tags (none)
files

Changes

--- a/vim/.vimrc	Tue Aug 10 16:19:21 2010 -0400
+++ b/vim/.vimrc	Mon Aug 09 14:21:32 2010 -0400
@@ -202,3 +202,6 @@
 " Sudo to write
 cmap w!! w !sudo tee % >/dev/null
 
+" Easy filetype switching
+nnoremap _dt :set ft=htmldjango<CR>
+nnoremap _jt :set ft=htmljinja<CR>