New corfu-send
keybinding
This commit is contained in:
parent
3b4c75121a
commit
a731e61c09
1 changed files with 4 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue