We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e91b6bd commit 4aed354Copy full SHA for 4aed354
1 file changed
.tmuxp.yaml
@@ -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
18
19
20
+ start_directory: docs/
21
22
23
24
25
+ - just start
0 commit comments