Fix bindings for swiper

This commit is contained in:
Lars Tveito 2020-12-23 00:24:46 +01:00
parent fd4c872d7d
commit 5a88383ff6

View File

@ -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)