diff options
author | nicm <nicm> | 2016-10-19 09:24:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-19 09:24:57 +0000 |
commit | 99c262b7d0a2f41497327e8f5caefde802178346 (patch) | |
tree | fb25bd5a34268980abcf2856b1dc2c1e6eb92303 | |
parent | 899e629bf0bc6053112cec5b65a63f1dd2330001 (diff) | |
download | rtmux-99c262b7d0a2f41497327e8f5caefde802178346.tar.gz rtmux-99c262b7d0a2f41497327e8f5caefde802178346.tar.bz2 rtmux-99c262b7d0a2f41497327e8f5caefde802178346.zip |
Do not have a default binding for C-b in copy-mode-vi or it conflicts
with the default prefix. Reported by natano@.
-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", |