diff --git a/src/tmux.go b/src/tmux.go index 3be956615cf..246222f928d 100644 --- a/src/tmux.go +++ b/src/tmux.go @@ -38,7 +38,7 @@ func runTmux(args []string, opts *Options) (int, error) { case posUp: tmuxArgs = append(tmuxArgs, "-xC", "-y0") case posDown: - tmuxArgs = append(tmuxArgs, "-xC", "-yS") + tmuxArgs = append(tmuxArgs, "-xC", "-y9999") case posLeft: tmuxArgs = append(tmuxArgs, "-x0", "-yC") case posRight: