--- a/.hgsubstate Fri Oct 07 12:09:18 2011 -0400
+++ b/.hgsubstate Tue Oct 11 09:09:18 2011 -0400
@@ -25,5 +25,5 @@
8d06adbd56a761684701d1c60990b72c845be3d5 vim/bundle/vim-commentary
6362ba99c825afc046818807267d5c1143b5c887 vim/bundle/vim-javascript
f21fbd8759d7fa6c3cb1bbb9fe05eae90422f01a vim/bundle/vim-makegreen
-2df935db63da1b6bc9031228e1f4173e32f42c45 vim/bundle/vim-orgmode
+d0daeb317df54c513278f20bda49be01384bdb7d vim/bundle/vim-orgmode
b0ee6ec2153c5f30827d67db1668f37a975a1005 vim/bundle/vim-speeddating
--- a/vim/.vimrc Fri Oct 07 12:09:18 2011 -0400
+++ b/vim/.vimrc Tue Oct 11 09:09:18 2011 -0400
@@ -165,6 +165,7 @@
iabbrev ldis ಠ_ಠ
iabbrev sl@ steve@stevelosh.com
+iabbrev vrcf `~/.vimrc` file
" }}}
" Searching and movement ------------------------------------------------------ {{{
@@ -362,7 +363,7 @@
au FileType clojure nmap <buffer> <localleader>= v((((((((((((=%
" Use a swank command that works, and doesn't require new app windows.
- au FileType clojure let g:slimv_swank_cmd='!dtach -n /tmp/dvtm-swank.sock -r winch lein swank'
+ au FileType clojure let g:slimv_swank_cmd='!dtach -n /tmp/dtach-swank.sock -r winch lein swank'
augroup END
" }}}
@@ -547,6 +548,15 @@
augroup END
" }}}
+" OrgMode {{{
+
+augroup ft_org
+ au!
+
+ au Filetype org nmap <buffer> Q vahjgq
+augroup END
+
+" }}}
" Pentadactyl {{{
augroup ft_pentadactyl