Function: which-key-show-full-major-mode
which-key-show-full-major-mode is an autoloaded, interactive and
byte-compiled function defined in which-key.el.gz.
Signature
(which-key-show-full-major-mode)
Documentation
Show all bindings in the map of the current major mode.
This function will also detect evil bindings made using
evil-define-key in this map. These bindings will depend on the
current evil state.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;;###autoload
(defun which-key-show-full-major-mode ()
"Show all bindings in the map of the current major mode.
This function will also detect evil bindings made using
`evil-define-key' in this map. These bindings will depend on the
current evil state."
(interactive)
(which-key-show-major-mode t))