New corfu-send keybinding

This commit is contained in:
Andrea Ciceri 2025-03-27 15:33:31 +01:00
parent 3b4c75121a
commit a731e61c09
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -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-<return>" . 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"))