Function: eshell-return-exits-minibuffer

eshell-return-exits-minibuffer is a and interactive for eshell-command-mode(var)/eshell-command-mode(fun), defined in eshell.el.gz.

This command is obsolete since 28.1; use eshell-command-mode(var)/eshell-command-mode(fun) instead.

Signature

(eshell-return-exits-minibuffer &optional ARG)

Documentation

Minor mode for eshell-command input.

C-g abort-recursive-edit
C-j exit-minibuffer
M-RET exit-minibuffer
RET exit-minibuffer

This is a minor mode. If called interactively, toggle the Eshell-Command mode mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode.

If called from Lisp, toggle the mode if ARG is toggle. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number.

To check whether the minor mode is enabled in the current buffer, evaluate eshell-command-mode(var)/eshell-command-mode(fun).

The mode's hook is called both when the mode is enabled and when it is disabled.

Key Bindings

Aliases

eshell-return-exits-minibuffer (obsolete since 28.1)