#Terminal sorcery with tmux
by @brycemcd
Files used:
PragProg Tmux book:
http://pragprog.com/book/bhtmux/tmux
Starting your work session can be tedious, simply executing the tmux-startup file automates startup of your console environment
changing the status bar colors. Tmux has many more color changes you can make
I use vim. @angrysow and I worked together to write a keybinding that would take the line the cursor was on and invoke the rspec test in another pane. I type three keys and get feedback on test pass/failure almost immediately.
Have you checked out vimux?