Mercurial > hg > Members > atton > pmux
view lib/pmuxinator/assets/sample.yml @ 14:16464fcf03e8 default tip
Ignore .swp
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 05 Aug 2014 17:03:08 +0900 |
parents | 67a6071afec7 |
children |
line wrap: on
line source
# ~/.pmuxinator/<%= name %>.yml name: <%= name %> root: ~/ # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: rbenv shell 2.0.0-p247 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu windows: - editor: layout: main-vertical panes: - vim - guard - server: bundle exec rails s - logs: tail -f log/development.log