swiper mapping in evil

This commit is contained in:
madmaurice 2017-05-21 20:51:52 +02:00
parent f9ed99da42
commit 049bbb9cb6

View file

@ -90,7 +90,8 @@
:demand t
:config
(evil-mode 1)
(setq evil-ex-substitute-global t))
(setq evil-ex-substitute-global t)
(define-key evil-normal-state-map "/" 'swiper))
;; Auto-Complete
(use-package auto-complete