Vim and Clojure
July 18, 2011
If you use VimClojure, this little macro may change your life. Stick it in your ~/.vimrc:
:map \sb va(yjG$pG$i k
Put the cursor over any form, and type \sb. Boom! The form is visibly evaluated in the REPL.
You should follow me on twitter here.