Skip to content

Instantly share code, notes, and snippets.

@ndrluis
Last active February 27, 2016 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndrluis/8d4af9306adbe1375918 to your computer and use it in GitHub Desktop.
Save ndrluis/8d4af9306adbe1375918 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/gas_manager.yml
name: gas_manager
root: ~/projects/personal/gas_manager
windows:
- editor: vim .
- server: layout: main-horizontal
panes:
- bundle exec rails s
- bundle exec rails c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment