Skip to content

Commit 4aed354

Browse files
committed
Add .tmuxp.yaml
1 parent e91b6bd commit 4aed354

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.tmuxp.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
session_name: libtmux-mcp
2+
start_directory: ./ # load session relative to config location (project root).
3+
shell_command_before:
4+
- uv virtualenv --quiet > /dev/null 2>&1 && clear
5+
windows:
6+
- window_name: libtmux
7+
focus: True
8+
layout: main-horizontal
9+
options:
10+
main-pane-height: 67%
11+
panes:
12+
- focus: true
13+
- pane
14+
- just watch-mypy
15+
- just watch-test
16+
- window_name: docs
17+
layout: main-horizontal
18+
options:
19+
main-pane-height: 67%
20+
start_directory: docs/
21+
panes:
22+
- focus: true
23+
- pane
24+
- pane
25+
- just start

0 commit comments

Comments
 (0)