diff --git a/init.org b/init.org index 4fa8701..ed01750 100644 --- a/init.org +++ b/init.org @@ -1195,8 +1195,7 @@ ** Bindings for [[https://github.com/abo-abo/swiper][Counsel]] #+begin_src emacs-lisp - (global-set-key (kbd "C-s") 'swiper-isearch) - (global-set-key (kbd "C-r") 'swiper-isearch-backward) + (global-set-key (kbd "C-c i") 'swiper-isearch) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "C-x C-f") 'counsel-find-file) (global-set-key (kbd "M-y") 'counsel-yank-pop)