mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Fix bindings for swiper
This commit is contained in:
parent
fd4c872d7d
commit
5a88383ff6
3
init.org
3
init.org
@ -1195,8 +1195,7 @@
|
|||||||
** Bindings for [[https://github.com/abo-abo/swiper][Counsel]]
|
** Bindings for [[https://github.com/abo-abo/swiper][Counsel]]
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(global-set-key (kbd "C-s") 'swiper-isearch)
|
(global-set-key (kbd "C-c i") 'swiper-isearch)
|
||||||
(global-set-key (kbd "C-r") 'swiper-isearch-backward)
|
|
||||||
(global-set-key (kbd "M-x") 'counsel-M-x)
|
(global-set-key (kbd "M-x") 'counsel-M-x)
|
||||||
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
|
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
|
||||||
(global-set-key (kbd "M-y") 'counsel-yank-pop)
|
(global-set-key (kbd "M-y") 'counsel-yank-pop)
|
||||||
|
Loading…
Reference in New Issue
Block a user