From 64e5f04e98983bce02aec03b5076067d0bb95cdf Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 13 Apr 2024 06:38:23 -0500 Subject: [PATCH] .tmuxp.yaml: Use main-pane-height 67% as of tmuxp v1.46.0 --- .tmuxp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmuxp.yaml b/.tmuxp.yaml index 52a00f6..d229644 100644 --- a/.tmuxp.yaml +++ b/.tmuxp.yaml @@ -7,7 +7,7 @@ windows: focus: True layout: main-horizontal options: - main-pane-height: 35 + main-pane-height: 67% panes: - focus: true - pane @@ -16,7 +16,7 @@ windows: - window_name: docs layout: main-horizontal options: - main-pane-height: 35 + main-pane-height: 67% start_directory: docs/ panes: - focus: true