summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2016-10-19 09:24:58 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2016-10-19 09:24:58 +0000
commit434f10e9a9286f4251f620580a10cf50cdc16b61 (patch)
treeb6e8b76b94bb7ee175fce9db30bdde5481cb0311 /usr.bin
parent3a69ff1c89ce2cb0df24ea58a4e0e167a9c10e39 (diff)
Do not have a default binding for C-b in copy-mode-vi or it conflicts
with the default prefix. Reported by natano@.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tmux/key-bindings.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/key-bindings.c b/usr.bin/tmux/key-bindings.c
index cb993397a8f..04d17a7a68c 100644
--- a/usr.bin/tmux/key-bindings.c
+++ b/usr.bin/tmux/key-bindings.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: key-bindings.c,v 1.62 2016/10/16 19:04:05 nicm Exp $ */
+/* $OpenBSD: key-bindings.c,v 1.63 2016/10/19 09:24:57 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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",