Use ivy-mode, swap bindings for swiper and isearch
This commit is contained in:
parent
447ac99455
commit
985df85f2e
@ -268,9 +268,12 @@
|
|||||||
(call-interactively 'company-yasnippet)))
|
(call-interactively 'company-yasnippet)))
|
||||||
|
|
||||||
(use-package swiper
|
(use-package swiper
|
||||||
:bind ("C-S-s" . swiper)
|
:init
|
||||||
:bind ("C-S-r" . swiper))
|
(global-set-key (kbd "C-S-s") 'isearch-forward)
|
||||||
|
(global-set-key (kbd "C-S-r") 'isearch-backward)
|
||||||
|
(ivy-mode 1)
|
||||||
|
:bind ("C-s" . swiper)
|
||||||
|
:bind ("C-r" . swiper))
|
||||||
|
|
||||||
(use-package highlight-indent-guides
|
(use-package highlight-indent-guides
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user