diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-19 12:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-19 12:01:11 +0100 |
commit | 28a31201d3d75502e70ff97d03e129a92c3f82ae (patch) | |
tree | b772df443166456fcd81269b65dc7a63366bca4d /key-bindings.c | |
parent | 4c6eb6cc2f415544d81608109058690d88bd9db7 (diff) | |
parent | 99c262b7d0a2f41497327e8f5caefde802178346 (diff) | |
download | rtmux-28a31201d3d75502e70ff97d03e129a92c3f82ae.tar.gz rtmux-28a31201d3d75502e70ff97d03e129a92c3f82ae.tar.bz2 rtmux-28a31201d3d75502e70ff97d03e129a92c3f82ae.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 968337a3..d7df60cc 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -296,7 +296,6 @@ key_bindings_init(void) "bind -Tcopy-mode C-Up send -X scroll-up", "bind -Tcopy-mode C-Down send -X scroll-down", - "bind -Tcopy-mode-vi C-b send -X page-up", "bind -Tcopy-mode-vi C-c send -X cancel", "bind -Tcopy-mode-vi C-d send -X halfpage-down", "bind -Tcopy-mode-vi C-e send -X scroll-down", |