Skip to content

Commit 6a1c886

Browse files
committed
Update .tmuxp config main-pane-height 50 -> 35
1 parent a38930a commit 6a1c886

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
@@ -31,7 +31,7 @@
3131
"layout": "main-horizontal",
3232
"window_name": "tmuxp",
3333
"options": {
34-
"main-pane-height": 50
34+
"main-pane-height": 35
3535
}
3636
},
3737
{

.tmuxp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ windows:
44
- window_name: tmuxp
55
layout: main-horizontal
66
options:
7-
main-pane-height: 50
7+
main-pane-height: 35
88
shell_command_before:
99
- command -v virtualenv >/dev/null 2>&1 || { pip install virtualenv; }
1010
- '[ -d .env -a -f .env/bin/activate ] && source .env/bin/activate || virtualenv .env'

0 commit comments

Comments
 (0)