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)))
|
||||
|
||||
(use-package swiper
|
||||
:bind ("C-S-s" . swiper)
|
||||
:bind ("C-S-r" . swiper))
|
||||
|
||||
:init
|
||||
(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
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user