File: .tmuxp.yaml

package info (click to toggle)
python-libtmux 0.55.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,744 kB
  • sloc: python: 11,082; sh: 40; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
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
session_name: libtmux
start_directory: ./ # load session relative to config location (project root).
shell_command_before:
- uv virtualenv --quiet > /dev/null 2>&1 && clear
windows:
- window_name: libtmux
  focus: True
  layout: main-horizontal
  options:
    main-pane-height: 67%
  panes:
  - focus: true
  - pane 
  - just watch-mypy
  - just watch-test
- window_name: docs
  layout: main-horizontal
  options:
    main-pane-height: 67%
  start_directory: docs/
  panes:
  - focus: true
  - pane
  - pane
  - just start