From 8c256263ad100fecd6246c6c55cbb19dab717c39 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 13 Nov 2020 11:31:53 +0100 Subject: [PATCH] helm: Bind minibuffer history command to M-p. --- modes/helm/evil-collection-helm.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modes/helm/evil-collection-helm.el b/modes/helm/evil-collection-helm.el index 27418e4..75dfa54 100644 --- a/modes/helm/evil-collection-helm.el +++ b/modes/helm/evil-collection-helm.el @@ -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