From 4e4e98231239d3c4739c31e0240828e0818ac536 Mon Sep 17 00:00:00 2001 From: Marc Date: Mon, 12 Oct 2020 12:08:01 +0200 Subject: [PATCH] changed C-x b to counsel-switch-buffer --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 94377db..38df99b 100644 --- a/init.org +++ b/init.org @@ -432,7 +432,7 @@ Windows Theme: (("M-x" . counsel-M-x) ("C-x C-f" . counsel-find-file) ("C-x C-r" . counsel-recentf) - ("C-x b" . counsel-ibuffer) + ("C-x b" . counsel-switch-buffer) ("C-c C-f" . counsel-git) ("C-c h f" . counsel-describe-function) ("C-c h v" . counsel-describe-variable)