Function: cider-history-mode

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

Signature

(cider-history-mode)

Documentation

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

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

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

Key Bindings

Aliases

cider-repl-history-mode (obsolete since 2.0.0)

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-history.el
(define-derived-mode cider-history-mode clojure-mode "History"
  "Major mode for browsing the entries in the command input history.

\\{cider-history-mode-map}"
  (setq-local sesman-system 'CIDER))