diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-08-23 12:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-08-23 12:01:10 +0100 |
commit | 038dfb27a822c32c03d028a83f50844f65ab60e5 (patch) | |
tree | ad737facc83f2dfe154af556d28594281a99ca35 /key-bindings.c | |
parent | 19344efa78be23a02008be9da0991f54455c9f9e (diff) | |
parent | 416c27c9958e928b9ff845c1701acf5b10d0db8d (diff) | |
download | rtmux-038dfb27a822c32c03d028a83f50844f65ab60e5.tar.gz rtmux-038dfb27a822c32c03d028a83f50844f65ab60e5.tar.bz2 rtmux-038dfb27a822c32c03d028a83f50844f65ab60e5.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index 4b790dfc..528e0b73 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -605,6 +605,7 @@ key_bindings_init(void) "bind -Tcopy-mode-vi h { send -X cursor-left }", "bind -Tcopy-mode-vi j { send -X cursor-down }", "bind -Tcopy-mode-vi k { send -X cursor-up }", + "bind -Tcopy-mode-vi z { send -X scroll-middle }", "bind -Tcopy-mode-vi l { send -X cursor-right }", "bind -Tcopy-mode-vi n { send -X search-again }", "bind -Tcopy-mode-vi o { send -X other-end }", |