From aa267256bc47139af94a1f05d5db582f660b29db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Fri, 24 Nov 2017 01:23:01 +0100 Subject: [PATCH] bind helm-swoop-without-pre-input to C-s and helm-occur to C-c o bind helm-swoop to C-S --- init.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 9f18195..c60babc 100644 --- a/init.el +++ b/init.el @@ -83,7 +83,7 @@ (("M-x" . helm-M-x) ("M-y" . helm-show-kill-ring) ("C-x C-f" . helm-find-files) - ("C-s" . helm-occur) + ("C-c o" . helm-occur) ("C-x b" . helm-mini) ("C-x r b" . helm-bookmarks) ("C-h a" . helm-apropos) @@ -92,6 +92,12 @@ ("C-c r" . helm-resume) ("C-c i" . helm-imenu))) +(use-package helm-swoop + :ensure nil + :bind + (("C-s" . helm-swoop-without-pre-input) + ("C-S" . helm-swoop))) + (use-package helm-descbinds :ensure nil :init