summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2018-08-20 15:00:42 +0000
committernicm <nicm>2018-08-20 15:00:42 +0000
commit665f04695063a3e83773b7b4d1d50ce4f9fab970 (patch)
tree2663bb723f770d29415cd1381c39c997f5765e27 /tmux.1
parent9f2db6a0af92cb88a029ef8fad003923c0b32936 (diff)
Add -Z to find-window as well.
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 69e9baaa..c6c6b3fa 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1540,7 +1540,7 @@ The default
.Ar template
is "select-pane -t '%%'".
.It Xo Ic find-window
-.Op Fl CNT
+.Op Fl CNTZ
.Op Fl t Ar target-pane
.Ar match-string
.Xc
@@ -1559,6 +1559,8 @@ matches only the window name and
matches only the window title.
The default is
.Fl CNT .
+.Fl Z
+zooms the pane.
.Pp
This command works only if at least one client is attached.
.It Xo Ic join-pane