fix binding for helm-swoop (C-S-s)

This commit is contained in:
Łukasz Pankowski 2017-12-02 23:30:58 +01:00
parent 3b4f6012dc
commit eb7b90f0e3

View File

@ -99,7 +99,7 @@
:ensure nil
:bind
(("C-s" . helm-swoop-without-pre-input)
("C-S" . helm-swoop)))
("C-S-s" . helm-swoop)))
(use-package helm-descbinds
:ensure nil