Add more swiper/ivy config

This commit is contained in:
Adam Goldsmith 2016-03-02 02:06:19 -05:00
parent d757ada145
commit 0a69504866

View File

@ -301,10 +301,14 @@
(use-package swiper
:bind ("C-s" . swiper)
:bind ("C-r" . swiper)
:bind ("C-c C-r" . ivy-resume)
:init
(global-set-key (kbd "C-S-s") 'isearch-forward)
(global-set-key (kbd "C-S-r") 'isearch-backward)
(ivy-mode 1))
:config
(ivy-mode 1)
(define-key swiper-map (kbd "C-r") 'ivy-previous-line-or-history)
(define-key ivy-minibuffer-map (kbd "C-'") 'ivy-avy))
(use-package highlight-indent-guides
:config