helm: Bind minibuffer history command to M-p.

This commit is contained in:
Pierre Neidhardt 2020-11-13 11:31:53 +01:00
parent 52b6479a8f
commit 8c256263ad
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@
"Set up `evil' bindings for `helm'."
(add-hook 'helm-minibuffer-set-up-hook 'evil-collection-helm-hide-minibuffer-maybe)
(setq helm-default-prompt-display-function 'evil-collection-helm--set-prompt-display)
(custom-set-variables
'(helm-minibuffer-history-key "M-p"))
(evil-collection-define-key '(insert normal) 'helm-map
(kbd "M-[") 'helm-previous-source