Skip to content

Instantly share code, notes, and snippets.

@brycemcd
Created November 2, 2012 06:51
Show Gist options
  • Save brycemcd/3999129 to your computer and use it in GitHub Desktop.
Save brycemcd/3999129 to your computer and use it in GitHub Desktop.
Terminal sorcery with tmux

#Terminal sorcery with tmux

by @brycemcd

Files used:

PragProg Tmux book:

http://pragprog.com/book/bhtmux/tmux

Getting tmux to start up with the windows you want

Starting your work session can be tedious, simply executing the tmux-startup file automates startup of your console environment

Colors in Tmux

changing the status bar colors. Tmux has many more color changes you can make

Sending Commands From One Pane to Another

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.

@jtmkrueger
Copy link

Have you checked out vimux?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment