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
|
@ -12,6 +12,7 @@
|
||||||
|
|
||||||
* Bind all essential `avy` commands to their recommended keybindings.
|
* Bind all essential `avy` commands to their recommended keybindings.
|
||||||
* Remove `company-lsp`.
|
* Remove `company-lsp`.
|
||||||
|
* Replace `yank-pop` key-binding to `counse-yank-pop` for `ivy-mode`.
|
||||||
|
|
||||||
### Bugs fixed
|
### Bugs fixed
|
||||||
|
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
(global-set-key (kbd "C-c j") 'counsel-git-grep)
|
(global-set-key (kbd "C-c j") 'counsel-git-grep)
|
||||||
(global-set-key (kbd "C-c a") 'counsel-ag)
|
(global-set-key (kbd "C-c a") 'counsel-ag)
|
||||||
(global-set-key (kbd "C-x l") 'counsel-locate)
|
(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)
|
(define-key minibuffer-local-map (kbd "C-r") 'counsel-minibuffer-history)
|
||||||
|
|
||||||
(provide 'prelude-ivy)
|
(provide 'prelude-ivy)
|
||||||
|
|
Loading…
Reference in a new issue