Variable: eshell-rebind-mode

eshell-rebind-mode is a buffer-local variable defined in em-rebind.el.gz.

Documentation

Non-nil if Eshell-Rebind mode is enabled.

Use the command eshell-rebind-mode(var)/eshell-rebind-mode(fun) to change this variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-rebind.el.gz
;;; Functions:

(define-minor-mode eshell-rebind-mode
  "Minor mode for the eshell-rebind module.

\\{eshell-rebind-mode-map}"
  :keymap eshell-rebind-mode-map)