diff options
author | nicm <nicm> | 2020-03-20 17:59:39 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-03-20 17:59:39 +0000 |
commit | 06c3079d66929e0c71575e877098fc533ae5f4a5 (patch) | |
tree | 4efb7382f9e45340b24e10b765b18f4f604a8508 /tmux.1 | |
parent | 7bbca4939537bcb12d9488cbd0e88fb8bbb5dbc3 (diff) | |
download | rtmux-06c3079d66929e0c71575e877098fc533ae5f4a5.tar.gz rtmux-06c3079d66929e0c71575e877098fc533ae5f4a5.tar.bz2 rtmux-06c3079d66929e0c71575e877098fc533ae5f4a5.zip |
Make the mouse_word and mouse_line formats work in copy mode and enable
the default pane menu in copy mode.
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) |