Function: eshell-isearch-forward
eshell-isearch-forward is an interactive and byte-compiled function
defined in em-hist.el.gz.
Signature
(eshell-isearch-forward)
Documentation
Do incremental search forward through past commands.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/em-hist.el.gz
(defun eshell-isearch-forward ()
"Do incremental search forward through past commands."
(interactive nil eshell-mode)
(eshell-isearch-backward t))