summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-04-19 21:31:33 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-04-19 21:31:33 +0000
commit8738141913517ae50d71b17ec531ce9f85dceb4d (patch)
tree39260de50a4aa580a043ed1534c70969f59aecff /tmux.1
parent3970853febf1a371d68d27c331e81a2afe1a63bb (diff)
When mode-mouse is on (it is off by default), automatically enter copy
mode when the mouse is dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel is scrolled off the bottom. Discussed with and written by hsim at gmx dot li.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 45292ed9..af6b78e2 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2310,8 +2310,9 @@ contains
.Op Ic on | off
.Xc
Mouse state in modes.
-If on, the mouse may be used to copy a selection by dragging in copy mode, or
-to select an option in choice mode.
+If on, the mouse may be used to enter copy mode and copy a selection by
+dragging, to enter copy mode and scroll with the mouse wheel, or to select an
+option in choice mode.
.Pp
.It Xo Ic monitor-activity
.Op Ic on | off