summaryrefslogtreecommitdiff
path: root/src/main/bindings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/bindings.c')
-rw-r--r--src/main/bindings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/bindings.c b/src/main/bindings.c
index 7ea75eb..ec608fd 100644
--- a/src/main/bindings.c
+++ b/src/main/bindings.c
@@ -83,6 +83,7 @@ struct keymap *register_bindings() {
BINDING(Ctrl, 'F', "find-file"),
BINDING(Ctrl, 'W', "write-file"),
BINDING(None, 'b', "switch-buffer"),
+ BINDING(Ctrl, 'B', "buffer-list"),
BINDING(None, '0', "window-close"),
BINDING(None, '1', "window-close-others"),