From e138b156c60b303cdc9d10ab73dc4d1537c52182 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 17 Apr 2019 19:12:44 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Also=20bind=20C-r=20to=20=E2=80=98swip?= =?UTF-8?q?er-isearch=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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))