Fix bug in window-auto layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user