Function: cider-repl-help-mode

cider-repl-help-mode is an interactive and byte-compiled function defined in cider-repl.el.

Signature

(cider-repl-help-mode)

Documentation

Major mode for the CIDER REPL quick-help buffer.

- negative-argument
0 digit-argument
1 digit-argument
2 digit-argument
3 digit-argument
4 digit-argument
5 digit-argument
6 digit-argument
7 digit-argument
8 digit-argument
9 digit-argument
< beginning-of-buffer
> end-of-buffer
? describe-mode
DEL scroll-down-command
S-SPC scroll-down-command
SPC scroll-up-command
SPC..~ undefined
g revert-buffer
h describe-mode
q quit-window

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook cider-repl-help-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-repl.el
(define-derived-mode cider-repl-help-mode special-mode "CIDER REPL Help"
  "Major mode for the CIDER REPL quick-help buffer.

\\{cider-repl-help-mode-map}")