aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2020-04-06 17:51:34 +0000
committernicm <nicm>2020-04-06 17:51:34 +0000
commit77b827f879e4dc296996b3f4345c38a7a57caf48 (patch)
treef92a43606e550f6ab6dac616cfcad5770a4966d4 /tmux.1
parentfccce69cf08b220ecad690e22451afd487e4b639 (diff)
downloadrtmux-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.11
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index ca50f524..00231c08 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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"