Skip to content

Commit 4b8c94b

Browse files
committed
.tmuxp.{json,yaml}
1 parent 110fb37 commit 4b8c94b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tmuxp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"layout": "main-horizontal",
6666
"window_name": "docs",
6767
"options": {
68-
"main-pane-height": 50
68+
"main-pane-height": 35
6969
}
7070
}
7171
],

.tmuxp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ windows:
2424
- window_name: docs
2525
layout: main-horizontal
2626
options:
27-
main-pane-height: 50
27+
main-pane-height: 35
2828
shell_command_before:
2929
- command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
3030
- '[ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'

0 commit comments

Comments
 (0)