diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-17 10:01:38 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-17 10:01:38 +0100 |
commit | 413c4cfd1bdf40cfbb65400abe7edff97ba821c9 (patch) | |
tree | 4e9cdfb152d585a79e22443c574fc4985b16f0e3 /tmux.1 | |
parent | 2846be326aba333cec6005a55d4853fbe581743b (diff) | |
parent | 5aba26f2cb7aa9609a3c3d2bd38a3942b6a378b8 (diff) | |
download | rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.tar.gz rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.tar.bz2 rtmux-413c4cfd1bdf40cfbb65400abe7edff97ba821c9.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1483,9 +1483,9 @@ The following commands are supported in copy mode: .It Li "clear-selection" Ta "Escape" Ta "C-g" .It Li "copy-end-of-line [<prefix>]" Ta "D" Ta "C-k" .It Li "copy-line [<prefix>]" Ta "" Ta "" -.It Li "copy-pipe <command> [<prefix>]" Ta "" Ta "" -.It Li "copy-pipe-no-clear <command> [<prefix>]" Ta "" Ta "" -.It Li "copy-pipe-and-cancel <command> [<prefix>]" Ta "" Ta "" +.It Li "copy-pipe [<command>] [<prefix>]" Ta "" Ta "" +.It Li "copy-pipe-no-clear [<command>] [<prefix>]" Ta "" Ta "" +.It Li "copy-pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta "" .It Li "copy-selection [<prefix>]" Ta "" Ta "" .It Li "copy-selection-no-clear [<prefix>]" Ta "" Ta "" .It Li "copy-selection-and-cancel [<prefix>]" Ta "Enter" Ta "M-w" @@ -3090,6 +3090,10 @@ be set to .Ql screen , .Ql tmux or a derivative of them. +.It Ic copy-command Ar shell-command +Give the command to pipe to if the +.Ic copy-pipe +copy mode command is used without arguments. .It Ic escape-time Ar time Set the time in milliseconds for which .Nm |