Variable: which-key-show-remaining-keys
which-key-show-remaining-keys is a customizable variable defined in
which-key.el.gz.
Value
nil
Documentation
Show remaining keys in last slot, when keys are hidden.
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-remaining-keys nil
"Show remaining keys in last slot, when keys are hidden."
:type '(radio (const :tag "Yes" t)
(const :tag "No" nil))
:package-version '(which-key . "1.0") :version "30.1")