diff options
author | nicm <nicm> | 2021-08-09 13:08:08 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-09 13:08:08 +0000 |
commit | be5988457f2993d5a6efa5f6d5add37690ea6a30 (patch) | |
tree | fbb54cad39ce83bd8d8b1719d5a54661993138aa /tmux.1 | |
parent | 24cd6851f6a4e0152f59d22bf446e553cd7f23f9 (diff) | |
download | rtmux-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.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 "" |