summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index b4137ec..85d5709 100644
--- a/init.org
+++ b/init.org
@@ -1066,7 +1066,8 @@ TODO: break this giant source block down into individual org sections.
(ab--leader-keys
"b s" 'save-buffer
"b b" 'ivy-switch-buffer
- "b k" 'kill-buffer
+ "," 'ivy-switch-buffer
+ "b k" 'kill-this-buffer
"q q" 'evil-save-and-quit)
#+end_src