helm: Rebind "p"/"P" to "yp"/"yP"

"p" and "P" can be useful from the prompt.
This commit is contained in:
Pierre Neidhardt 2017-12-29 22:08:05 +01:00
parent 6cbbeaff6e
commit 9fb666e8bc
1 changed files with 3 additions and 3 deletions

View File

@ -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)