[emacs] some convenience bindings
[~bandali/configs] / init.org
index b4137ec..85d5709 100644 (file)
--- 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