From 896a9e09d36c5ea3c8b360afa3e659f5d1a649e3 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 12 Apr 2024 23:45:56 +0100 Subject: [PATCH] Fix bug in window-auto layout --- layouts/window-auto | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/window-auto b/layouts/window-auto index bff576f..c4abe3b 100755 --- a/layouts/window-auto +++ b/layouts/window-auto @@ -19,6 +19,7 @@ if [[ $ratio -ge 100 ]]; then else # terminal is wide and small tmux split-window -h -l 50% -c '#{pane_current_path}' + tmux select-pane -t 1 fi else # terminal is tall