From a4e19bcd8020f655f613604361d0f30384edbdc0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 6 Apr 2020 16:09:49 +0100 Subject: Various fixes for copy mode from master. --- tmux.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tmux.1') 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. -- cgit