From 564e44adc6816282cd40d59d1bc642937e53dc54 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 23 Apr 2019 09:39:07 +0000 Subject: Add -no-clear variants of copy-selection and copy-pipe which do not clear the selection after copying. Make copy-pipe clear the selection by default to be consistent with copy-selection. From Avi Halachmi. --- tmux.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 73fb4865..3010abc5 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1143,8 +1143,10 @@ The following commands are supported in copy mode: .It Li "copy-end-of-line []" Ta "D" Ta "C-k" .It Li "copy-line []" Ta "" Ta "" .It Li "copy-pipe []" Ta "" Ta "" +.It Li "copy-pipe-no-clear []" Ta "" Ta "" .It Li "copy-pipe-and-cancel []" Ta "" Ta "" .It Li "copy-selection []" Ta "" Ta "" +.It Li "copy-selection-no-clear []" Ta "" Ta "" .It Li "copy-selection-and-cancel []" Ta "Enter" Ta "M-w" .It Li "cursor-down" Ta "j" Ta "Down" .It Li "cursor-left" Ta "h" Ta "Left" @@ -1206,6 +1208,8 @@ The .Ql -and-cancel variants of some commands exit copy mode after they have completed (for copy commands) or when the cursor reaches the bottom (for scrolling commands). +.Ql -no-clear +variants do not clear the selection. .Pp The next and previous word keys use space and the .Ql - , -- cgit