diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-02-08 16:01:21 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-02-08 16:01:21 +0000 |
commit | 8d7f341a858d4725c787f32e3fb08ea36f8db75d (patch) | |
tree | 2d7badceb7fc28f77d08e02066a850e40e7cdc2b /tmux.1 | |
parent | fe3ab51b78901aea8be8fe970ecbd929c69bb64b (diff) | |
parent | e3005e5ec4385d284abdeb3cecafc69c14655649 (diff) | |
download | rtmux-8d7f341a858d4725c787f32e3fb08ea36f8db75d.tar.gz rtmux-8d7f341a858d4725c787f32e3fb08ea36f8db75d.tar.bz2 rtmux-8d7f341a858d4725c787f32e3fb08ea36f8db75d.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1653,6 +1653,9 @@ The following commands are supported in copy mode: .It Li "page-down" Ta "C-f" Ta "PageDown" .It Li "page-down-and-cancel" Ta "" Ta "" .It Li "page-up" Ta "C-b" Ta "PageUp" +.It Li "pipe [<command>] [<prefix>]" Ta "" Ta "" +.It Li "pipe-no-clear [<command>] [<prefix>]" Ta "" Ta "" +.It Li "pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta "" .It Li "previous-matching-bracket" Ta "" Ta "M-C-b" .It Li "previous-paragraph" Ta "{" Ta "M-{" .It Li "previous-space" Ta "B" Ta "" @@ -1708,7 +1711,9 @@ so buffers are named .Ql buffer1 and so on). Pipe commands take a command argument which is the command to which the -copied text is piped. +selected text is piped. +.Ql copy-pipe +variants also copy the selection. The .Ql -and-cancel variants of some commands exit copy mode after they have completed (for copy |