Function: cider-repl-history-mode

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

Signature

(cider-repl-history-mode)

Documentation

Major mode for browsing the entries in the command input history.

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

<mouse-2> cider-repl-history-mouse-insert
? describe-mode
D cider-repl-history-delete-entry-at-point
RET cider-repl-history-insert-and-quit
SPC cider-repl-history-insert-and-quit
U cider-repl-history-undo-other-window
g cider-repl-history-update
h describe-mode
l cider-repl-history-occur
n cider-repl-history-forward
p cider-repl-history-previous
q cider-repl-history-quit
r cider-repl-history-search-backward
s cider-repl-history-search-forward

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl-history.el
(define-derived-mode cider-repl-history-mode clojure-mode "History"
  "Major mode for browsing the entries in the command input history."
  (setq-local sesman-system 'CIDER))