Add helm-swoop init file
This commit is contained in:
parent
28655a2602
commit
5ee0959a13
1 changed files with 7 additions and 0 deletions
7
spacemacs/init/init-helm-swoop.el
Normal file
7
spacemacs/init/init-helm-swoop.el
Normal file
|
@ -0,0 +1,7 @@
|
|||
(use-package helm-swoop
|
||||
:defer t
|
||||
:init
|
||||
(evil-leader/set-key
|
||||
"hS" 'helm-multi-swoop
|
||||
"hs" 'helm-swoop
|
||||
"h C-s" 'helm-multi-swoop-all))
|
Reference in a new issue