-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmuxsession.yaml
More file actions
38 lines (38 loc) · 1.15 KB
/
tmuxsession.yaml
File metadata and controls
38 lines (38 loc) · 1.15 KB
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
# tmuxp tool
session_name: code
windows:
- window_name: cpotestserver
layout: tiled
shell_command_before:
- cd ~/repo/company/cpotestserver/ # run as a first command in all panes
- nvim .
- window_name: cpotest
layout: tiled
shell_command_before:
- cd ~/repo/company/cpotest/ # run as a first command in all panes
- nvim .
- window_name: cpoexecutor
layout: tiled
shell_command_before:
- cd ~/repo/company/cpoexecutor/ # run as a first command in all panes
- nvim .
- window_name: json
layout: tiled
shell_command_before:
- cd ~/repo/company/json-protocol-cpo/ # run as a first command in all panes
- nvim .
- window_name: dotfiles
layout: tiled
shell_command_before:
- cd ~/repo/company/dotfiles/ # run as a first command in all panes
- window_name: doc
layout: tiled
shell_command_before:
- cd ~/repo/company/docs/ # run as a first command in all panes
- window_name: test
layout: tiled
shell_command_before:
- cd ~ # run as a first command in all panes
panes:
- echo first pane: # pane no. 1
- echo second pane # pane no. 2