Add a copy-mode -H flag to hide the position marker in the top right.

This commit is contained in:
nicm
2020-03-12 13:19:20 +00:00
parent f7bc753442
commit 7863445e5d
3 changed files with 9 additions and 4 deletions

5
tmux.1
View File

@ -1565,7 +1565,7 @@ The synopsis for the
command is:
.Bl -tag -width Ds
.It Xo Ic copy-mode
.Op Fl Meu
.Op Fl eHMu
.Op Fl t Ar target-pane
.Xc
Enter copy mode.
@ -1575,6 +1575,9 @@ 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.
.Pp
.Fl e
specifies that scrolling to the bottom of the history (to the visible screen)
should exit copy mode.