e69d43b76d14

gi
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 01 Apr 2014 20:06:03 -0400
parents b1920eefa021
children 4afc39b82de4
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Wed Mar 12 00:56:21 2014 -0400
+++ b/vim/vimrc	Tue Apr 01 20:06:03 2014 -0400
@@ -764,6 +764,10 @@
     " Indent top-level form.
     au FileType clojure nmap <buffer> <localleader>= mz99[(v%='z
     " ])
+
+    " Not sure about this but we'll give it a try.
+    au FileType clojure nmap <buffer> gi mz99[(v%='z
+    " ])
 augroup END
 
 " }}}