Variable: term-bind-function-keys

term-bind-function-keys is a customizable variable defined in term.el.gz.

Value

nil

Documentation

If nil, don't alter <f1>, <f2> and so on.

If non-nil, bind these keys in term-mode and send them to the underlying shell.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-bind-function-keys nil
  "If nil, don't alter <f1>, <f2> and so on.
If non-nil, bind these keys in `term-mode' and send them to the
underlying shell."
  :type 'boolean
  :version "29.1")