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:
parent
9bfb5ecdf2
commit
aa267256bc
8
init.el
8
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user