aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-03-11 08:01:29 +0000
committerThomas Adam <thomas@xteddy.org>2021-03-11 08:01:29 +0000
commit12cfd0d22b630ead9c6d739b13c3409485ea551c (patch)
treeee2535b2b0e0075078cae6a2eb0bf5171d11078d /tmux.1
parent541872bc5754a8f4daa84f23043c356f7ac4f663 (diff)
parentee0df1b8f8a9099fbd67a73c9fb20b89c64d6106 (diff)
downloadrtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.tar.gz
rtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.tar.bz2
rtmux-12cfd0d22b630ead9c6d739b13c3409485ea551c.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.111
1 files changed, 7 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 4611cc20..c79950ce 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2804,7 +2804,7 @@ is given and the selected window is already the current window,
the command behaves like
.Ic last-window .
.It Xo Ic split-window
-.Op Fl bdfhIvP
+.Op Fl bdfhIvPZ
.Op Fl c Ar start-directory
.Op Fl e Ar environment
.Op Fl l Ar size
@@ -2840,6 +2840,8 @@ option creates a new pane spanning the full window height (with
or full window width (with
.Fl v ) ,
instead of splitting the active pane.
+.Fl Z
+zooms if the window is not zoomed, or keeps it zoomed if already zoomed.
.Pp
An empty
.Ar shell-command
@@ -3813,10 +3815,11 @@ seconds.
By default, updates will occur every 15 seconds.
A setting of zero disables redrawing at interval.
.It Xo Ic status-justify
-.Op Ic left | centre | right
+.Op Ic left | centre | right | absolute-centre
.Xc
-Set the position of the window list component of the status line: left, centre
-or right justified.
+Set the position of the window list in the status line: left, centre or right.
+centre puts the window list in the relative centre of the available free space;
+absolute-centre uses the centre of the entire horizontal space.
.It Xo Ic status-keys
.Op Ic vi | emacs
.Xc