Fix bug in window-auto layout
This commit is contained in:
parent
f02e0a20f6
commit
896a9e09d3
@ -19,6 +19,7 @@ if [[ $ratio -ge 100 ]]; then
|
|||||||
else
|
else
|
||||||
# terminal is wide and small
|
# terminal is wide and small
|
||||||
tmux split-window -h -l 50% -c '#{pane_current_path}'
|
tmux split-window -h -l 50% -c '#{pane_current_path}'
|
||||||
|
tmux select-pane -t 1
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# terminal is tall
|
# terminal is tall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user