4afc39b82de4
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 01 Apr 2014 20:06:13 -0400 |
parents | e69d43b76d14 (diff) 758d680aa791 (current diff) |
children | fc0eea69eb35 |
branches/tags | (none) |
files | vim/vimrc |
Changes
--- a/vim/vimrc Tue Apr 01 18:21:57 2014 -0400 +++ b/vim/vimrc Tue Apr 01 20:06:13 2014 -0400 @@ -775,6 +775,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 " }}}