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 b49a45e..7b25c7b 100644
--- a/src/main/bindings.c
+++ b/src/main/bindings.c
@@ -100,6 +100,7 @@ void init_bindings() {
BINDING(Ctrl, 'G', "find-file-relative"),
BINDING(Ctrl, 'W', "write-file"),
BINDING(None, 'b', "switch-buffer"),
+ BINDING(None, 'k', "kill-buffer"),
BINDING(Ctrl, 'B', "buffer-list"),
BINDING(None, '0', "window-close"),