diff options
author | nicm <nicm> | 2020-04-06 17:51:34 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-04-06 17:51:34 +0000 |
commit | 77b827f879e4dc296996b3f4345c38a7a57caf48 (patch) | |
tree | f92a43606e550f6ab6dac616cfcad5770a4966d4 /tmux.1 | |
parent | fccce69cf08b220ecad690e22451afd487e4b639 (diff) | |
download | rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.tar.gz rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.tar.bz2 rtmux-77b827f879e4dc296996b3f4345c38a7a57caf48.zip |
Change copy mode to make copy of the pane history so it does not need to
freeze updates (which does not play nicely with some applications, a
longstanding problem) and will allow some other changes later. From
Anindya Mukherjee.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1513,6 +1513,7 @@ The following commands are supported in copy mode: .It Li "previous-space" Ta "B" Ta "" .It Li "previous-word" Ta "b" Ta "M-b" .It Li "rectangle-toggle" Ta "v" Ta "R" +.It Li "refresh-from-pane" Ta "r" Ta "r" .It Li "scroll-down" Ta "C-e" Ta "C-Down" .It Li "scroll-down-and-cancel" Ta "" Ta "" .It Li "scroll-up" Ta "C-y" Ta "C-Up" |