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 a38930a commit 6a1c886Copy full SHA for 6a1c886
.tmuxp.json
@@ -31,7 +31,7 @@
31
"layout": "main-horizontal",
32
"window_name": "tmuxp",
33
"options": {
34
- "main-pane-height": 50
+ "main-pane-height": 35
35
}
36
},
37
{
.tmuxp.yaml
@@ -4,7 +4,7 @@ windows:
4
- window_name: tmuxp
5
layout: main-horizontal
6
options:
7
- main-pane-height: 50
+ main-pane-height: 35
8
shell_command_before:
9
- command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
10
- '[ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'
0 commit comments