diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-04-06 20:01:33 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-04-06 20:01:33 +0100 |
commit | 8fa0b0cd2677efbabc259db09ae736febe301272 (patch) | |
tree | b4cf77dfc38325f2cf5e2c14c3d1fbfe8dedff98 /key-bindings.c | |
parent | 0953b994ff047554ea80e4354f3643bf285bdc31 (diff) | |
parent | 77b827f879e4dc296996b3f4345c38a7a57caf48 (diff) | |
download | rtmux-8fa0b0cd2677efbabc259db09ae736febe301272.tar.gz rtmux-8fa0b0cd2677efbabc259db09ae736febe301272.tar.bz2 rtmux-8fa0b0cd2677efbabc259db09ae736febe301272.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index e9f175d0..3c6f8ff6 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -387,6 +387,7 @@ key_bindings_init(void) "bind -Tcopy-mode g command-prompt -p'(goto line)' 'send -X goto-line \"%%%\"'", "bind -Tcopy-mode n send -X search-again", "bind -Tcopy-mode q send -X cancel", + "bind -Tcopy-mode r send -X refresh-from-pane", "bind -Tcopy-mode t command-prompt -1p'(jump to forward)' 'send -X jump-to-forward \"%%%\"'", "bind -Tcopy-mode Home send -X start-of-line", "bind -Tcopy-mode End send -X end-of-line", @@ -489,6 +490,7 @@ key_bindings_init(void) "bind -Tcopy-mode-vi n send -X search-again", "bind -Tcopy-mode-vi o send -X other-end", "bind -Tcopy-mode-vi q send -X cancel", + "bind -Tcopy-mode-vi r send -X refresh-from-pane", "bind -Tcopy-mode-vi t command-prompt -1p'(jump to forward)' 'send -X jump-to-forward \"%%%\"'", "bind -Tcopy-mode-vi v send -X rectangle-toggle", "bind -Tcopy-mode-vi w send -X next-word", |