Skip to content

Instantly share code, notes, and snippets.

@khapota
Created January 28, 2016 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khapota/bb1b543bac8daaf94a2d to your computer and use it in GitHub Desktop.
Save khapota/bb1b543bac8daaf94a2d to your computer and use it in GitHub Desktop.
tmuxinator profile with specific layout
# ~/.tmuxinator/general.yml
name: general
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
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
# startup_window: logs
# Controls whether the tmux session should be attached to automatically. Defaults to true.
# attach: false
# Runs after everything. Use it to attach to tmux with custom options etc.
# post: tmux -CC attach -t general
windows:
- mail:
layout: 0182,188x40,0,0[188x34,0,0,0,188x2,0,35,3,188x2,0,38,2]
panes:
- mutt
- syncmail.sh
- offlineimap.sh
- python: ptpython
- finder: vifm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment