]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Use ibuffer instead of list-buffers
authorEshel Yaron <me@eshelyaron.com>
Thu, 23 Jun 2022 08:21:42 +0000 (11:21 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jun 2022 08:21:42 +0000 (11:21 +0300)
.emacs.d/esy.org

index 0aa9f97e1b06d5f5be9c904d6cf945db5cd32302..5ffaa45e8f5c0ab81caba4a6572925896f01cafa 100644 (file)
@@ -795,6 +795,7 @@ refiling directly into deeper headings as well.
     "Configure the `ctrl-x-map' keymap."
     (keymap-set ctl-x-map "b" #'consult-buffer)
     (keymap-set ctl-x-4-map "b" #'consult-buffer-other-window)
+    (keymap-set ctl-x-map "C-b" #'ibuffer)
     (keymap-set ctl-x-map "!" #'consult-flymake)
     (keymap-set ctl-x-map "l" #'org-store-link)
     (keymap-set ctl-x-map "c" #'org-capture)