mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add a "latest" window-size option which tries to size windows based on
the most recently used client. From Tommie Gannert in GitHub issue 1869 based on earlier changes from me.
This commit is contained in:
6
tmux.1
6
tmux.1
@ -3659,7 +3659,7 @@ see the
|
||||
section.
|
||||
.Pp
|
||||
.It Xo Ic window-size
|
||||
.Ar largest | Ar smallest | Ar manual
|
||||
.Ar largest | Ar smallest | Ar manual | Ar latest
|
||||
.Xc
|
||||
Configure how
|
||||
.Nm
|
||||
@ -3674,6 +3674,10 @@ If
|
||||
the size of a new window is set from the
|
||||
.Ic default-size
|
||||
option and windows are resized automatically.
|
||||
With
|
||||
.Ar latest ,
|
||||
.Nm
|
||||
uses the size of the client that had the most recent activity.
|
||||
See also the
|
||||
.Ic resize-window
|
||||
command and the
|
||||
|
Reference in New Issue
Block a user