diff options
author | nicm <nicm> | 2021-03-11 06:31:05 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-03-11 06:31:05 +0000 |
commit | d98f9f7fe56beefeb294184ffaed24b7ea510a97 (patch) | |
tree | 46adbfe0fbc5e7f4a782792470c8d8e5465ee79c /tmux.1 | |
parent | 7f87280cd539c26a9b088cca2de895dd86b60449 (diff) | |
download | rtmux-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.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |