-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcmd.yml
More file actions
25 lines (18 loc) · 781 Bytes
/
Copy pathcmd.yml
File metadata and controls
25 lines (18 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ~/.tmuxinator/edit.yml
name: cmd
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:
- zsh:
panes:
- zsh:
- tmux set status-position top \; set status-justify centre \; set status-right '' \; set status-left '' \; set prefix C-s \; unbind C-a \; bind C-s last-window