[Init] Also bind C-r to ‘swiper-isearch’

This commit is contained in:
Daniel - 2019-04-17 19:12:44 +02:00
parent ac0894e500
commit e138b156c6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@
(bind-key [remap bookmark-bmenu-list] #'counsel-bookmark))
(when (package-installed-p 'swiper)
(bind-key "C-s" #'swiper-isearch))
(bind-key "C-s" #'swiper-isearch)
(bind-key "C-r" #'swiper-isearch))
(when (package-installed-p 'helm)
(bind-key "M-y" #'helm-show-kill-ring))