Created
February 22, 2012 15:34
-
-
Save tinifni/1885572 to your computer and use it in GitHub Desktop.
tmuxinator file
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/go.yml | |
# you can make as many tabs as you wish... | |
project_name: go | |
project_root: ~/ | |
socket_name: #foo # Not needed. Remove to use default socket | |
tabs: | |
- irc: weechat-curses | |
- server: | |
layout: main-horizontal | |
panes: | |
- cdol && script/server | |
- cdol | |
- tmuxgo go && cdol | |
- console: cdol && script/console | |
- zsh: cdol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment