We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110fb37 commit 4b8c94bCopy full SHA for 4b8c94b
.tmuxp.json
@@ -65,7 +65,7 @@
65
"layout": "main-horizontal",
66
"window_name": "docs",
67
"options": {
68
- "main-pane-height": 50
+ "main-pane-height": 35
69
}
70
71
],
.tmuxp.yaml
@@ -24,7 +24,7 @@ windows:
24
- window_name: docs
25
layout: main-horizontal
26
options:
27
- main-pane-height: 50
+ main-pane-height: 35
28
shell_command_before:
29
- command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
30
- '[ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'
0 commit comments