diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-06 16:09:49 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-06 16:09:49 +0100 |
commit | a4e19bcd8020f655f613604361d0f30384edbdc0 (patch) | |
tree | 0db57652b6c4c260ed7dc300b687b9284d1853e3 /tmux.1 | |
parent | bc36b473f1d33f92bb70e5bd68d31924b59be70c (diff) | |
download | rtmux-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.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |