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