Function: cider-repl--available-shortcuts

cider-repl--available-shortcuts is a byte-compiled function defined in cider-repl.el.

Signature

(cider-repl--available-shortcuts)

Documentation

Return the available REPL shortcuts.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
(defun cider-repl--available-shortcuts ()
  "Return the available REPL shortcuts."
  (cider-util--hash-keys cider-repl-shortcuts))