Asocia M-y a 'counsel-yank-pop

This commit is contained in:
Carlos Villagrá 2022-06-13 00:52:09 +02:00
parent de3c81ec7e
commit 297ed25c9b

View File

@ -74,6 +74,7 @@
(global-set-key (kbd "C-c C-r") 'ivy-resume)
(global-set-key (kbd "<f6>") 'ivy-resume)
(global-set-key (kbd "M-x") 'counsel-M-x)
(global-set-key (kbd "M-y") 'counsel-yank-pop)
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
@ -106,7 +107,6 @@
;; ace window
(global-set-key (kbd "M-o") 'ace-window)
;;
;;; Stefan Monnier <foo at acm.org>. It is the opposite of fill-paragraph
(defun unfill-paragraph (&optional region)
"Takes a multi-line paragraph and makes it into a single line of text."
@ -118,6 +118,3 @@
;; Handy key definition
(define-key global-map "\M-Q" 'unfill-paragraph)