blob: 32183210909a39f93a7453fc5efecb1793866183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
session_name: "${PROJECT}"
start_directory: "${DIR}"
shell_command_before: make up
windows:
- window_name: code
layout: even-vertical
focus: true
panes:
- shell_command:
- nvim
focus: true
- window_name: docker
layout: even-vertical
panes:
- make enter
- make enter
- make enter
|