If you're following the setup How I develop Clojure with Vim on the :wq blog then you might encounter a problem where it takes a few seconds for code you send from vim to appear in your screen session. Here's the solution.
Add the following lines to you ~/.screenrc
msgwait 0 msgminwait 0
And there you have it, instant code from vim to your REPL!
No comments:
Post a Comment