Variable: which-key-show-operator-state-maps
which-key-show-operator-state-maps is a customizable variable defined
in which-key.el.gz.
Value
nil
Documentation
Show the keys following an evil command that reads a motion.
These are commands typically mapped to keys such as "y", "d" and "c" from normal state. This is experimental, because there might be some valid keys missing and it might be showing some invalid keys.
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-operator-state-maps nil
"Show the keys following an evil command that reads a motion.
These are commands typically mapped to keys such as \"y\", \"d\"
and \"c\" from normal state. This is experimental, because there
might be some valid keys missing and it might be showing some
invalid keys."
:group 'which-key
:type 'boolean
:package-version '(which-key . "1.0") :version "30.1")