diff --git a/init.el b/init.el index 3d0d480..bb4c056 100644 --- a/init.el +++ b/init.el @@ -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))