Created
August 2, 2012 17:02
-
-
Save nysalor/3238718 to your computer and use it in GitHub Desktop.
tmuxinator sample settings
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
# ~/.tmuxinator/rails_app.yml | |
# you can make as many tabs as you wish... | |
project_name: rails_app | |
project_root: ~/src/rails/rails_app | |
tabs: | |
- main: | |
layout: even-horizontal | |
panes: | |
- #shell | |
- tig | |
- app: | |
layout: even-horizontal | |
panes: | |
- rails c | |
- powder applog | |
- test: bundle exec guard start | |
- server: #shell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment