From a4b4ea67eb2d6f428a81311d242182b760e55c9d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 1 Jun 2020 18:13:59 -0400 Subject: [PATCH] Bind C-x C-b to ibuffer Instead of ibuffer-list-buffers, which opens the buffer list in another window without focusing it. --- modules/config/default/+emacs-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index 71e1d1241..5d0818d16 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -448,7 +448,7 @@ "C-x 4 B" #'switch-to-buffer-other-window (:when (featurep! :completion ivy) "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 ;;; company-mode