From a624bf5912812552b241cdb87a40d477fc971bd8 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 18 Jun 2021 07:46:54 +0000 Subject: [PATCH] Mention %1 under choose-tree also. --- usr.bin/tmux/tmux.1 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 75096cf1aea..61968db24c9 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.843 2021/06/10 13:12:31 jmc Exp $ +.\" $OpenBSD: tmux.1,v 1.844 2021/06/18 07:46:54 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2021 $ +.Dd $Mdocdate: June 18 2021 $ .Dt TMUX 1 .Os .Sh NAME @@ -2102,9 +2102,11 @@ The following keys may be used in tree mode: .It Li "q" Ta "Exit mode" .El .Pp -After a session, window or pane is chosen, +After a session, window or pane is chosen, the first instance of .Ql %% -is replaced by the target in +and all instances of +.Ql %1 +are replaced by the target in .Ar template and the result executed as a command. If -- 2.20.1