Background process text appears in terminal vim
- by Jezen Thomas
First time poster, long time lurker, searched, couldn’t find etc, etc.
I’m running vim in tmux, in iTerm2. I’m running a server with Grunt.js, which I have running in the background, out of my way. I start my grunt server in the background like this:
grunt server &
Grunt also watches a bunch of files, and runs some tasks when any of the…