Skip to content

Instantly share code, notes, and snippets.

@nysalor
Created August 2, 2012 17:02
Show Gist options
  • Save nysalor/3238718 to your computer and use it in GitHub Desktop.
Save nysalor/3238718 to your computer and use it in GitHub Desktop.
tmuxinator sample settings
# ~/.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