summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2016-11-24 13:38:44 +0000
committernicm <nicm>2016-11-24 13:38:44 +0000
commit7e6c2cb23868fbfec11adacdc5da7e670a9b8bdb (patch)
tree8434375eb7b93316b239160a312fa77392bfa80d /tmux.1
parent6de466cf8b665d8725301307c57f6d8cb2e65a3f (diff)
Make the selection able to exist independent of the cursor position, so
that it is not affected by scrolling. If MouseDragEnd1Pane is bound to the new "stop-selection" command: bind -Tcopy-mode MouseDragEnd1Pane stop-selection A selection made with the mouse will stay as it is after button 1 is released. (It also works bound to a key.) From Artem Fokin.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index b474b578..69f0e167 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1072,6 +1072,7 @@ The following commands are supported in copy mode:
.It Li "search-reverse" Ta "N" Ta "N"
.It Li "select-line" Ta "V" Ta ""
.It Li "start-of-line" Ta "0" Ta "C-a"
+.It Li "stop-selection" Ta "" Ta ""
.It Li "top-line" Ta "H" Ta "M-R"
.El
.Pp