aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-03-12 13:19:20 +0000
committernicm <nicm>2020-03-12 13:19:20 +0000
commit7863445e5d6823ab21c49904b8e5ec5028264d39 (patch)
treefaaaa01e28d08b32fbd4c5ca0bfb984ada6e18fa /tmux.1
parentf7bc753442ef23ec96266dad738cf2dc22343118 (diff)
downloadrtmux-7863445e5d6823ab21c49904b8e5ec5028264d39.tar.gz
rtmux-7863445e5d6823ab21c49904b8e5ec5028264d39.tar.bz2
rtmux-7863445e5d6823ab21c49904b8e5ec5028264d39.zip
Add a copy-mode -H flag to hide the position marker in the top right.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.1 b/tmux.1
index cd0a9236..ac6d4260 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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.