Replace yank-pop key binding with counsel-yank-pop (#1331)
This commit is contained in:
parent
aa22e84eea
commit
0eb5896530
2 changed files with 2 additions and 0 deletions
modules
|
@ -70,6 +70,7 @@
|
|||
(global-set-key (kbd "C-c j") 'counsel-git-grep)
|
||||
(global-set-key (kbd "C-c a") 'counsel-ag)
|
||||
(global-set-key (kbd "C-x l") 'counsel-locate)
|
||||
(global-set-key (kbd "M-y") 'counsel-yank-pop)
|
||||
(define-key minibuffer-local-map (kbd "C-r") 'counsel-minibuffer-history)
|
||||
|
||||
(provide 'prelude-ivy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue