diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-06-18 09:52:47 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-06-18 09:52:47 +0100 |
commit | 3dfb77416ffd832061b1b6d40259595ea5e21778 (patch) | |
tree | c77e810ad68ad43cbc2abc67e008242fe42b911a /tmux.1 | |
parent | 87521214d3b6f47979964b5d0523269dd2e127cd (diff) | |
parent | 1d4296f17fde47186e2d09752a912559af034e37 (diff) | |
download | rtmux-3dfb77416ffd832061b1b6d40259595ea5e21778.tar.gz rtmux-3dfb77416ffd832061b1b6d40259595ea5e21778.tar.bz2 rtmux-3dfb77416ffd832061b1b6d40259595ea5e21778.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 @@ -4331,6 +4333,7 @@ see the .Sx STYLES section. .El +.El .Sh HOOKS .Nm allows commands to run on various triggers, called |