aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2021-08-09 13:08:08 +0000
committernicm <nicm>2021-08-09 13:08:08 +0000
commitbe5988457f2993d5a6efa5f6d5add37690ea6a30 (patch)
treefbb54cad39ce83bd8d8b1719d5a54661993138aa /tmux.1
parent24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (diff)
downloadrtmux-be5988457f2993d5a6efa5f6d5add37690ea6a30.tar.gz
rtmux-be5988457f2993d5a6efa5f6d5add37690ea6a30.tar.bz2
rtmux-be5988457f2993d5a6efa5f6d5add37690ea6a30.zip
Change copy-line and copy-end-of-line not to cancel and add -and-cancel
variants, like the other copy commands. GitHub issue 2799.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.14
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index 00b90fe7..a2872535 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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 ""