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)