diff --git a/layouts/window-auto b/layouts/window-auto index da45c38..bff576f 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% + tmux split-window -h -l 50% -c '#{pane_current_path}' fi else # terminal is tall