Skip to content

Instantly share code, notes, and snippets.

@kmckelvin
Created October 24, 2013 14:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmckelvin/7138622 to your computer and use it in GitHub Desktop.
Save kmckelvin/7138622 to your computer and use it in GitHub Desktop.
Base config for tmuxinator
# ~/.tmuxinator/base.yml
name: base
root: ~/Code/<project_dir>
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
pre: rm .zeus.sock
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rm .zeus.sock
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
windows:
- editor:
layout: 966d,270x79,0,0{200x79,0,0,0,69x79,201,0,1}
panes:
- vim
-
- zeus: zeus start
- logs: tail -f log/development.log
- term:
panes:
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment