summaryrefslogtreecommitdiff
path: root/fnl/plugins/which-key.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/which-key.fnl')
-rw-r--r--fnl/plugins/which-key.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl
index c32613c..189a4a4 100644
--- a/fnl/plugins/which-key.fnl
+++ b/fnl/plugins/which-key.fnl
@@ -47,7 +47,8 @@
7 {1 :<leader>o :group :+orgmode}
8 {1 :<leader>r :group :+replace}
9 {1 :<leader>s :group :+session}
- 10 {1 :<leader>w :group :+worktree}}])
+ 10 {1 :<leader>w :group :+worktree}}
+ {1 :<leader><BS> 2 "<cmd>bdelete<cr>" :desc "Close Buffer"}])
(λ config []
(let [which-key (require :which-key)]