Add keybinding for counsel-yank-pop

This commit is contained in:
Jeremy Dormitzer 2019-12-02 17:44:51 -05:00
parent a6859cb9e8
commit 3c7864278a

View File

@ -2911,7 +2911,8 @@ An alternative minibuffer completion framework:
:general
("M-x" #'counsel-M-x)
("C-x C-f" #'counsel-find-file)
("C-M-u" #'counsel-unicode-char))
("C-M-u" #'counsel-unicode-char)
("C-c p" #'counsel-yank-pop))
(use-package ivy-hydra
:after counsel)