diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-04-02 11:02:44 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-04-02 11:02:44 +0100 |
commit | bfc1f0ca62356e1e32e34baa1f8ade168fa72de0 (patch) | |
tree | ee0c4542d22df704aea440e468cc923a96462af5 /tmux.1 | |
parent | f03776c262ff68f4f5c3fefefd559256d534179d (diff) | |
parent | 7bcc0d16f24506bed6568ba36bcd278cfc06d069 (diff) | |
download | rtmux-bfc1f0ca62356e1e32e34baa1f8ade168fa72de0.tar.gz rtmux-bfc1f0ca62356e1e32e34baa1f8ade168fa72de0.tar.bz2 rtmux-bfc1f0ca62356e1e32e34baa1f8ade168fa72de0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -1175,12 +1175,12 @@ The following commands are supported in copy mode: .It Li "bottom-line" Ta "L" Ta "" .It Li "cancel" Ta "q" Ta "Escape" .It Li "clear-selection" Ta "Escape" Ta "C-g" -.It Li "copy-end-of-line" Ta "D" Ta "C-k" -.It Li "copy-line" Ta "" Ta "" -.It Li "copy-pipe <command>" Ta "" Ta "" -.It Li "copy-pipe-and-cancel <command>" Ta "" Ta "" -.It Li "copy-selection" Ta "" Ta "" -.It Li "copy-selection-and-cancel" Ta "Enter" Ta "M-w" +.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-and-cancel <command> [<prefix>]" Ta "" Ta "" +.It Li "copy-selection [<prefix>]" Ta "" Ta "" +.It Li "copy-selection-and-cancel [<prefix>]" Ta "Enter" Ta "M-w" .It Li "cursor-down" Ta "j" Ta "Down" .It Li "cursor-left" Ta "h" Ta "Left" .It Li "cursor-right" Ta "l" Ta "Right" @@ -1227,6 +1227,15 @@ The following commands are supported in copy mode: .It Li "top-line" Ta "H" Ta "M-R" .El .Pp +Copy commands may take an optional buffer prefix argument which is used +to generate the buffer name (the default is +.Ql buffer +so buffers are named +.Ql buffer0 , +.Ql buffer1 +and so on). +Pipe commands take a command argument which is the command to which the +copied text is piped. The .Ql -and-cancel variants of some commands exit copy mode after they have completed (for copy |