From 71a11c52db7b7f045b6e2face85996f1976c84e8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 31 May 2019 21:20:54 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Fix=20wrong=20keybinding=20for=20?= =?UTF-8?q?=E2=80=98ibuffer=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 727c50c..6141a61 100644 --- a/init.el +++ b/init.el @@ -206,7 +206,7 @@ (bind-key "M-i" #'swiper-from-isearch isearch-mode-map) (bind-key "C-x C-d" #'dired) (bind-key "C-x C-r" #'revert-buffer) - (bind-key "C-x b" #'ibuffer) + (bind-key "C-x C-b" #'ibuffer) (bind-key "C-x g" #'db/helm-shortcuts) (bind-key "C-x SPC" #'hydra-rectangle/body) (bind-key "C-x r M" #'db/bookmark-add-url)