a4a20a2f7455

vim: add <leader>q for formatting
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Jun 2010 19:32:07 -0400
parents 1a3ee92103ed
children 971a80a9a499
branches/tags (none)
files vim/.vimrc

Changes

--- 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