Add more swiper/ivy config
This commit is contained in:
parent
d757ada145
commit
0a69504866
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user