diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-18 07:46:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-06-18 07:46:55 +0000 |
commit | 383d9d89eb4d04f73c0784c4f3943e26217a7058 (patch) | |
tree | 06c88b0a3a85a3cf8b725a0b8a05f54d584e2e28 | |
parent | 5a8e6795ba55641aa74c0799616135b1bae28e7e (diff) |
Mention %1 under choose-tree also.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 10 |
1 files 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 <nicholas.marriott@gmail.com> .\" @@ -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 |