From a731e61c09f7f54acb1f873bfb5088fe944f0a3b Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 27 Mar 2025 15:33:31 +0100 Subject: [PATCH] New `corfu-send` keybinding --- hmModules/emacs/init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hmModules/emacs/init.el b/hmModules/emacs/init.el index 195aed8..a36b0de 100644 --- a/hmModules/emacs/init.el +++ b/hmModules/emacs/init.el @@ -689,8 +689,10 @@ ccr/eshell-aliases) :bind (("C-c o e" . project-eshell) - :map eshell-mode-map - ("C-r" . eshell-atuin-history))) ;; i.e. just C-r in semi-char-mode + (:map eshell-mode-map + ("C-r" . eshell-atuin-history) + ("C-" . corfu-send) + ))) ;; i.e. just C-r in semi-char-mode (use-package eshell-command-not-found :custom ((eshell-command-not-found-command "command-not-found"))