Variable: eshell-error-if-move-away

eshell-error-if-move-away is a customizable variable defined in em-rebind.el.gz.

Value

t

Documentation

If non-nil, consider it an error to try to move outside current input.

This is default behavior of shells like bash.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-rebind.el.gz
(defcustom eshell-error-if-move-away t
  "If non-nil, consider it an error to try to move outside current input.
This is default behavior of shells like bash."
  :type 'boolean
  :group 'eshell-rebind)