From 72e732bd842daa846602ac386073abc14747a211 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 15 Aug 2017 17:54:36 +0200 Subject: [PATCH] Map helm-mini --- custom/setup-helm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom/setup-helm.el b/custom/setup-helm.el index 1de232d..1ed7612 100644 --- a/custom/setup-helm.el +++ b/custom/setup-helm.el @@ -5,6 +5,8 @@ (global-set-key (kbd "M-x") 'helm-M-x) (global-set-key (kbd "M-y") 'helm-show-kill-ring) (global-set-key (kbd "C-x b") 'helm-mini) +;; In vanilla, this is mapped to show-buffers, but I don't use that so map it to helm-mini as well +(global-set-key (kbd "C-x C-b") 'helm-mini) (global-set-key (kbd "C-x C-f") 'helm-find-files) ;; rebind tab to do persistent action