Skip to content

Instantly share code, notes, and snippets.

@kmckelvin
Created October 24, 2013 14:49

Revisions

  1. kmckelvin created this gist Oct 24, 2013.
    29 changes: 29 additions & 0 deletions gistfile1.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    # ~/.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:
    -