Add keybinding for counsel-yank-pop
This commit is contained in:
parent
a6859cb9e8
commit
3c7864278a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user