blog|neat by johnfn. This is a github repository, generated from flat text files. It's pretty neat. And open source. Check it out!

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

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.