-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmuxinator.yml
74 lines (64 loc) · 2.99 KB
/
.tmuxinator.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# /home/carl/.config/tmuxinator/devenv.yml name: devenv root: ~/ # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
name: devenv
root: ~/
# Optional tmux socket
# socket_name: foo
# Project hooks
# Runs on project start, always
# on_project_start: command
# Run on project start, the first time
# on_project_first_start: command
# Run on project start, after the first time
# on_project_restart: command
# Run on project e xit ( detaching from tmux session )
# on_project_exit: command
# Run on project stop
# on_project_stop: command
# 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: editor
# Runs after everything. Use it to attach to tmux with custom options etc.
# post: tmux -CC attach -t devenv
windows:
- grafana:
layout: even-horizontal
# even-horizontal, even-vertical, main-horizontal, main-vertical, or tiled
# Synchronize all panes of this window, can be enabled before or after the pane commands run.
# 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after'
# synchronize: after
panes:
- grafana:
- cdgf
- static:
- cdgf
- git:
layout: main-vertical
panes:
- git:
- cdgf
- git status
- git2:
- cdgf
- hg:
layout: main-horizontal
panes:
- hgapi:
- cdhg
- cd dev
- hgapi:
- cdhg
- cd dev
- hgctl:
- cdhg
- deploy: cdd
- bash: cd ~
- bash: cd ~
- bash: cd ~
- dotfiles: cd ~/.dotfiles
- irssi: ssh grandalf