# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1276212727 14400
# Node ID a4a20a2f74558158004e31130f07be9d534d16ce
# Parent  1a3ee92103ed85667e50d1b0ccca198bf9f8785d
vim: add <leader>q for formatting

diff -r 1a3ee92103ed -r a4a20a2f7455 vim/.vimrc
--- a/vim/.vimrc	Thu Jun 10 18:25:17 2010 -0400
+++ b/vim/.vimrc	Thu Jun 10 19:32:07 2010 -0400
@@ -137,3 +137,6 @@
 
 " Yankring
 nnoremap <silent> <F3> :YRShow<CR>
+
+" Formatting, TextMate-style
+map <leader>q gqip