Variable: which-key-show-transient-maps
which-key-show-transient-maps is a customizable variable defined in
which-key.el.gz.
Value
nil
Documentation
Show keymaps created by set-transient-map when applicable.
More specifically, detect when overriding-terminal-local-map is
set (this is the keymap used by set-transient-map) and display
it.
This variable was added, or its default value changed, in which-key version 1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-show-transient-maps nil
"Show keymaps created by `set-transient-map' when applicable.
More specifically, detect when `overriding-terminal-local-map' is
set (this is the keymap used by `set-transient-map') and display
it."
:type 'boolean
:package-version '(which-key . "1.0") :version "30.1")