diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-03 17:04:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-03 17:04:11 +0100 |
commit | fff85d854e7a29ab1fbf0b3867a38b52b5cf60c8 (patch) | |
tree | da81ec2025f9be5ce0dcb5513c8b1e9581a3b134 /tmux.1 | |
parent | 4d16df931274e12a42348f3bc09d9810a52e2e00 (diff) | |
parent | cf6075fb29fcd86f11a1f2cc6e906c62f39d4032 (diff) | |
download | rtmux-fff85d854e7a29ab1fbf0b3867a38b52b5cf60c8.tar.gz rtmux-fff85d854e7a29ab1fbf0b3867a38b52b5cf60c8.tar.bz2 rtmux-fff85d854e7a29ab1fbf0b3867a38b52b5cf60c8.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 33 |
1 files changed, 12 insertions, 21 deletions
@@ -852,7 +852,7 @@ are the name of and shell command to execute in the initial window. With .Fl d , the initial size comes from the global -.Ar default-size +.Ic default-size option; .Fl x and @@ -865,7 +865,7 @@ If or .Fl y is given, the -.Ar default-size +.Ic default-size option is set for the session. .Pp If run from a terminal, any @@ -2836,9 +2836,15 @@ This option should be configured when .Nm is used as a login shell. .It Ic default-size Ar XxY -Set the default size of windows when the size is not set or the -.Ic window-size -option is manual. +Set the default size of new windows when the +.Ar window-size +option is set to manual or when a session is created with +.Ic new-session +.Fl d . +The value is the width and height separated by an +.Ql x +character. +The default is 80x24. .It Xo Ic destroy-unattached .Op Ic on | off .Xc @@ -3421,7 +3427,7 @@ see the .Sx STYLES section. .Pp -.It Xo Ic Ic window-size +.It Xo Ic window-size .Ar largest | Ar smallest | Ar manual .Xc Configure how @@ -3451,21 +3457,6 @@ see the .Sx STYLES section. .Pp -.It Xo Ic window-size -.Op Ic smallest | largest | manual -.Xc -Tell -.Nm -how to automatically size windows either the size of the smallest session -containing the window, the size of the largest, or manual size. -See also the -.Ic resize-window -command and the -.Ic default-size -and -.Ic aggressive-resize -options. -.Pp .It Xo Ic wrap-search .Op Ic on | off .Xc |