From 360f5d0115f42321a4908e0abd404b4adb1701c3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 19 Jun 2024 18:38:16 +0100 Subject: [PATCH] Don't specify %age in window-auto for 50% split --- layouts/window-auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/window-auto b/layouts/window-auto index d5979fa..e51a433 100755 --- a/layouts/window-auto +++ b/layouts/window-auto @@ -18,7 +18,7 @@ if [[ $ratio -ge 100 ]]; then `dirname $0`/window-wide-right else # terminal is wide and small - tmux split-window -h -l 50% -c '#{pane_current_path}' + tmux split-window -h -c '#{pane_current_path}' tmux select-pane -t 1 fi else