Variable: eshell-hist-move-to-end

eshell-hist-move-to-end is a customizable variable defined in em-hist.el.gz.

Value

t

Documentation

If non-nil, move to the end of the buffer before cycling history.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defcustom eshell-hist-move-to-end t
  "If non-nil, move to the end of the buffer before cycling history."
  :type 'boolean)