Skip to content

Instantly share code, notes, and snippets.

@tinifni
Created February 22, 2012 15:34
Show Gist options
  • Save tinifni/1885572 to your computer and use it in GitHub Desktop.
Save tinifni/1885572 to your computer and use it in GitHub Desktop.
tmuxinator file
# ~/.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