Created
December 15, 2012 13:45
-
-
Save isidromerayo/4295110 to your computer and use it in GitHub Desktop.
Tmux prepare enviroment to TDD/BDD with vim and "autotest" :D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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