Quantcast
Channel: mattyw
Viewing all articles
Browse latest Browse all 25

Clojure, Vim and the delay sending to screen

$
0
0
So, long story short: I'm use vim for writing clojure (and everything else for that matter)

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!

Viewing all articles
Browse latest Browse all 25

Trending Articles