Skip to content

Instantly share code, notes, and snippets.

@kb10uy
Created January 11, 2015 05:12
Show Gist options
  • Save kb10uy/ed7b4e95b21964e55e1d to your computer and use it in GitHub Desktop.
Save kb10uy/ed7b4e95b21964e55e1d to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/default.yml
name: default
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:
- シェル:
- ビルド: build
- ファイラ: mc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment