diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-09 16:01:35 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-09 16:01:35 +0100 |
commit | 9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a (patch) | |
tree | b661a46675e4d371e1eb57af7c33b42c3089a7f5 /tmux.1 | |
parent | 33e332428c41408cc51ade69c9cbf1994dbab431 (diff) | |
parent | be5988457f2993d5a6efa5f6d5add37690ea6a30 (diff) | |
download | rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.tar.gz rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.tar.bz2 rtmux-9d80ec6cc93b7c535c26e1b2d46ae23b08eb375a.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1676,8 +1676,10 @@ 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 [<prefix>]" Ta "D" Ta "C-k" +.It Li "copy-end-of-line [<prefix>]" Ta "" Ta "" +.It Li "copy-end-of-line-and-cancel [<prefix>]" Ta "D" Ta "C-k" .It Li "copy-line [<prefix>]" Ta "" Ta "" +.It Li "copy-line-and-cancel [<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 "" |