From 665f04695063a3e83773b7b4d1d50ce4f9fab970 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 20 Aug 2018 15:00:42 +0000 Subject: Add -Z to find-window as well. --- tmux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.1') 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 -- cgit