aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-06 16:09:49 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-06 16:09:49 +0100
commita4e19bcd8020f655f613604361d0f30384edbdc0 (patch)
tree0db57652b6c4c260ed7dc300b687b9284d1853e3 /tmux.1
parentbc36b473f1d33f92bb70e5bd68d31924b59be70c (diff)
downloadrtmux-a4e19bcd8020f655f613604361d0f30384edbdc0.tar.gz
rtmux-a4e19bcd8020f655f613604361d0f30384edbdc0.tar.bz2
rtmux-a4e19bcd8020f655f613604361d0f30384edbdc0.zip
Various fixes for copy mode from master.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.17
1 files changed, 6 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index c7b40c16..615274bf 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1590,7 +1590,7 @@ The synopsis for the
command is:
.Bl -tag -width Ds
.It Xo Ic copy-mode
-.Op Fl Meu
+.Op Fl eHMqu
.Op Fl t Ar target-pane
.Xc
Enter copy mode.
@@ -1600,6 +1600,11 @@ option scrolls one page up.
.Fl M
begins a mouse drag (only valid if bound to a mouse key binding, see
.Sx MOUSE SUPPORT ) .
+.Fl H
+hides the position indicator in the top right.
+.Fl q
+cancels copy mode and any other modes.
+.Pp
.Fl e
specifies that scrolling to the bottom of the history (to the visible screen)
should exit copy mode.