fix(emacs): eshell enter
build / build (push) Successful in 1m48s

This commit is contained in:
2026-09-02 07:55:42 -06:00
parent f6c4b58d9e
commit cb3119a897
@@ -167,7 +167,8 @@ if FILE-NAME has no TRAMP prefix."
:states '(normal insert)
"C-j" #'eshell-next-matching-input-from-input
"C-k" #'eshell-previous-matching-input-from-input
"C-s" #'consult-history)
"C-s" #'consult-history
"<return>" #'eshell-send-input)
:config
;; When cd'd into a TRAMP remote, automatically expand '/' to the TRAMP
;; notation referring to the remote's root.