Add counsel-yank-pop binding
This commit is contained in:
parent
9750001aae
commit
285c9d9055
@ -115,7 +115,8 @@
|
|||||||
(t . ivy--regex-plus)))
|
(t . ivy--regex-plus)))
|
||||||
(assq-delete-all 'counsel-M-x ivy-initial-inputs-alist)
|
(assq-delete-all 'counsel-M-x ivy-initial-inputs-alist)
|
||||||
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) ;;normal M-x.
|
(global-set-key (kbd "C-c C-c M-x") 'execute-extended-command) ;;normal M-x.
|
||||||
:bind ("M-x" . counsel-M-x))
|
:bind ("M-x" . counsel-M-x)
|
||||||
|
:bind ("C-M-y" . counsel-yank-pop))
|
||||||
|
|
||||||
(use-package ace-window :quelpa
|
(use-package ace-window :quelpa
|
||||||
:bind ("M-p" . ace-window))
|
:bind ("M-p" . ace-window))
|
||||||
|
Loading…
Reference in New Issue
Block a user