summaryrefslogtreecommitdiff
path: root/fnl/plugins/which-key.fnl
diff options
context:
space:
mode:
authoraktersnurra <gustaf@gustafrydholm.xyz>2026-04-16 15:10:52 +0200
committeraktersnurra <gustaf@gustafrydholm.xyz>2026-04-17 23:28:47 +0200
commit152fd9d787c7433cad95795992e444250cb83216 (patch)
tree0ae3b4a3b42005dc08b1400981cfc4c1f37297fe /fnl/plugins/which-key.fnl
parent83a7f3505a441f1c152229d50a3d6011951a82fc (diff)
Add fff and other nice things such as macros
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)]