Function: cider-repl-backward-input

cider-repl-backward-input is an interactive and byte-compiled function defined in cider-repl.el.

Signature

(cider-repl-backward-input)

Documentation

Cycle backwards through input history.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl-backward-input ()
  "Cycle backwards through input history."
  (interactive)
  (cider-repl--history-replace 'backward (cider-repl-history-pattern)))