From 9fb666e8bcbb9ec9b227cdd3280933943a007e85 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 29 Dec 2017 22:08:05 +0100 Subject: [PATCH] helm: Rebind "p"/"P" to "yp"/"yP" "p" and "P" can be useful from the prompt. --- evil-collection-helm.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/evil-collection-helm.el b/evil-collection-helm.el index 159ab98..0d7cff9 100644 --- a/evil-collection-helm.el +++ b/evil-collection-helm.el @@ -103,9 +103,9 @@ ;; refresh "gr" 'helm-refresh - "p" 'helm-yank-selection - "P" 'helm-copy-to-buffer - "y" 'helm-kill-selection-and-quit + "yp" 'helm-yank-selection + "yP" 'helm-copy-to-buffer + "yy" 'helm-kill-selection-and-quit (kbd "SPC") 'helm-toggle-visible-mark)) (provide 'evil-collection-helm)