diff options
author | nicm <nicm> | 2021-08-13 18:54:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-08-13 18:54:54 +0000 |
commit | 7789639b5d1818ebbac7bfab74959e4968d7cdf2 (patch) | |
tree | 1875b3fa863cb664f34b8c5b5e6278abca63bcdf /tmux.1 | |
parent | 614611a8bd65e82efccdf44d4f9c23c0f35ed293 (diff) | |
download | rtmux-7789639b5d1818ebbac7bfab74959e4968d7cdf2.tar.gz rtmux-7789639b5d1818ebbac7bfab74959e4968d7cdf2.tar.bz2 rtmux-7789639b5d1818ebbac7bfab74959e4968d7cdf2.zip |
Add a menu when a popup is present (mouse only for now).
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5516,8 +5516,8 @@ option: .It Li "Move cursor to previous word" Ta "b" Ta "M-b" .It Li "Move cursor to start" Ta "0" Ta "C-a" .It Li "Transpose characters" Ta "" Ta "C-t" -.Pp .El +.Pp With .Fl b , the prompt is shown in the background and the invoking client does not exit |