Variable: eshell-escape-control-x

eshell-escape-control-x is a customizable variable defined in em-term.el.gz.

Value

t

Documentation

If non-nil, allow <C-x> to be handled by Emacs key in visual buffers.

See the variables eshell-visual-commands, eshell-visual-subcommands, and eshell-visual-options. If this variable is set to nil, <C-x> will send that control character to the invoked process.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-term.el.gz
(defcustom eshell-escape-control-x t
  "If non-nil, allow <C-x> to be handled by Emacs key in visual buffers.
See the variables `eshell-visual-commands',
`eshell-visual-subcommands', and `eshell-visual-options'.  If
this variable is set to nil, <C-x> will send that control
character to the invoked process."
  :type 'boolean)