diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-03-20 20:01:34 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-03-20 20:01:34 +0000 |
commit | e4efd59fe074e2c776fe2fa7fb6e5871d42a391c (patch) | |
tree | 1fc6ddb06d04f18e8b91a80c403b867806a91945 /tmux.1 | |
parent | 9894e50c4296e9d34b208679f229bda636b70ff5 (diff) | |
parent | 1a4e64ba69c7c5f287558333b3acb0e98e767081 (diff) | |
download | rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.gz rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.tar.bz2 rtmux-e4efd59fe074e2c776fe2fa7fb6e5871d42a391c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1565,7 +1565,7 @@ The synopsis for the command is: .Bl -tag -width Ds .It Xo Ic copy-mode -.Op Fl eHMu +.Op Fl eHMqu .Op Fl t Ar target-pane .Xc Enter copy mode. @@ -1577,6 +1577,8 @@ 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) |