From be5988457f2993d5a6efa5f6d5add37690ea6a30 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 9 Aug 2021 13:08:08 +0000 Subject: Change copy-line and copy-end-of-line not to cancel and add -and-cancel variants, like the other copy commands. GitHub issue 2799. --- tmux.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmux.1') 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 []" Ta "D" Ta "C-k" +.It Li "copy-end-of-line []" Ta "" Ta "" +.It Li "copy-end-of-line-and-cancel []" Ta "D" Ta "C-k" .It Li "copy-line []" Ta "" Ta "" +.It Li "copy-line-and-cancel []" Ta "" Ta "" .It Li "copy-pipe [] []" Ta "" Ta "" .It Li "copy-pipe-no-clear [] []" Ta "" Ta "" .It Li "copy-pipe-and-cancel [] []" Ta "" Ta "" -- cgit