Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created December 15, 2012 13:45
Show Gist options
  • Save isidromerayo/4295110 to your computer and use it in GitHub Desktop.
Save isidromerayo/4295110 to your computer and use it in GitHub Desktop.
Tmux prepare enviroment to TDD/BDD with vim and "autotest" :D
#!/bin/bash
# http://stackoverflow.com/questions/5609192/how-to-set-up-tmux-so-that-it-starts-up-with-specified-windows-opened
tmux new-session -d
tmux split-window -h
tmux split-window -v
tmux -2 attach-session -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment