bind helm-swoop-without-pre-input to C-s and helm-occur to C-c o

bind helm-swoop to C-S
This commit is contained in:
Łukasz Pankowski 2017-11-24 01:23:01 +01:00
parent 9bfb5ecdf2
commit aa267256bc

View File

@ -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