aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-03-11 06:31:05 +0000
committernicm <nicm>2021-03-11 06:31:05 +0000
commitd98f9f7fe56beefeb294184ffaed24b7ea510a97 (patch)
tree46adbfe0fbc5e7f4a782792470c8d8e5465ee79c /tmux.1
parent7f87280cd539c26a9b088cca2de895dd86b60449 (diff)
downloadrtmux-d98f9f7fe56beefeb294184ffaed24b7ea510a97.tar.gz
rtmux-d98f9f7fe56beefeb294184ffaed24b7ea510a97.tar.bz2
rtmux-d98f9f7fe56beefeb294184ffaed24b7ea510a97.zip
Add split-window -Z to start the pane zoomed, GitHub issue 2591.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 8b83732e..da3c0e42 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