Function: cider-repl-forward-input

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

Signature

(cider-repl-forward-input)

Documentation

Cycle forwards through input history.

Key Bindings

Source Code

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