Function: eshell-return-exits-minibuffer

eshell-return-exits-minibuffer is a function alias 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 eshell-command-mode-exit
M-RET eshell-command-mode-exit
RET eshell-command-mode-exit

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 the variable 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)