Skip to content

Commit 3f1e933

Browse files
committed
.tmuxp.{json,yaml}: Use percent for main-pane-height
1 parent f4b392c commit 3f1e933

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.tmuxp.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"focus": true,
1111
"layout": "main-horizontal",
1212
"options": {
13-
"main-pane-height": 35
13+
"main-pane-height": "67%"
1414
},
1515
"panes": [
1616
{
@@ -25,7 +25,7 @@
2525
"window_name": "docs",
2626
"layout": "main-horizontal",
2727
"options": {
28-
"main-pane-height": 35
28+
"main-pane-height": "67%"
2929
},
3030
"start_directory": "docs/",
3131
"panes": [
@@ -38,4 +38,4 @@
3838
]
3939
}
4040
]
41-
}
41+
}

.tmuxp.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ windows:
77
focus: True
88
layout: main-horizontal
99
options:
10-
main-pane-height: 35
10+
main-pane-height: 67%
1111
panes:
1212
- focus: true
1313
- pane
@@ -16,7 +16,7 @@ windows:
1616
- window_name: docs
1717
layout: main-horizontal
1818
options:
19-
main-pane-height: 35
19+
main-pane-height: 67%
2020
start_directory: docs/
2121
panes:
2222
- focus: true

0 commit comments

Comments
 (0)