From eb73cf790a074cbcf89d900e08f3d30864ea8cf6 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 May 2024 10:56:59 +0100 Subject: [PATCH] Change consult-history bind for minibuffer map Use consult-history for comint map history as well --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index da7847a..0c0939d 100644 --- a/init.el +++ b/init.el @@ -270,7 +270,9 @@ (" " . consult-org-heading) (" " . consult-org-heading) :map minibuffer-local-map - ("C-r" . consult-history)) + (" " . consult-history) + :map comint-mode-map + (" " . consult-history)) :config (setq completion-in-region-function #'consult-completion-in-region)) (use-package consult-eglot