Bind C-x C-b to ibuffer

Instead of ibuffer-list-buffers, which opens the buffer list in another
window without focusing it.
This commit is contained in:
Henrik Lissner 2020-06-01 18:13:59 -04:00
parent 27544d21cb
commit a4b4ea67eb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -448,7 +448,7 @@
"C-x 4 B" #'switch-to-buffer-other-window "C-x 4 B" #'switch-to-buffer-other-window
(:when (featurep! :completion ivy) (:when (featurep! :completion ivy)
"C-x 4 b" #'+ivy/switch-workspace-buffer-other-window)) "C-x 4 b" #'+ivy/switch-workspace-buffer-other-window))
"C-x C-b" #'ibuffer-list-buffers "C-x C-b" #'ibuffer
"C-x K" #'doom/kill-this-buffer-in-all-windows "C-x K" #'doom/kill-this-buffer-in-all-windows
;;; company-mode ;;; company-mode