-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtmuxinator-wm.yml
33 lines (27 loc) · 899 Bytes
/
tmuxinator-wm.yml
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
26
27
28
29
30
31
32
33
# ~/.tmuxinator/wm.yml
name: wm
project_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
#### Have to do this because tmuxinator is stupid
#pre_window: tmux set-option default-path ""
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
windows:
- workshops: cd ~/src/dev/workshops
- bld: cd ~/
- dev: cd ~/src/dev/ansible
- hack: cd ~/src/dev/ansible
- abr: cd ~/src/abr
- ansible: cd ~/src/dev/ansible
- venv: cd ~/
- virt: cd ~/
- ssh: cd ~/
- r: cd ~/
# - pb: cd ~/
# - op: tmux move-window -s 5 -t 8; cd ~/src/li-ops
# - r: tmux move-window -s 6 -t 9; cd ~/