Variable: cider--deprecated-keybindings
cider--deprecated-keybindings is a variable defined in cider-util.el.
Value
((:key "C-t" :command cider-tap-form :replacement "C-q (cider-tap-form)" :since "2.1.0")
(:key "C-b" :command cider-eval-form-in-context :replacement "C-c (cider-eval-form-in-context)" :since "2.1.0")
(:key "C-l" :command cider-eval-form :replacement "C-e (cider-eval-form)" :since "2.1.0")
(:key "C-v" :command cider-eval-form :replacement "C-e (cider-eval-form)" :since "2.1.0")
(:key "t" :command cider-tap-form :replacement "q (cider-tap-form)" :since "2.1.0")
(:key "b" :command cider-eval-form-in-context :replacement "c (cider-eval-form-in-context)" :since "2.1.0")
(:key "l" :command cider-eval-form :replacement "e (cider-eval-form)" :since "2.1.0")
(:key "v" :command cider-eval-form :replacement "e (cider-eval-form)" :since "2.1.0")
(:key "C-c M-C" :command cider-connect-cljs :replacement "C-c C-x c s" :since "0.18.0")
(:key "C-c M-c" :command cider-connect-clj :replacement "C-c C-x c j" :since "0.18.0")
(:key "C-c M-J" :command cider-jack-in-cljs :replacement "C-c C-x j s" :since "0.18.0")
(:key "C-c M-j" :command cider-jack-in-clj :replacement "C-c C-x j j" :since "0.18.0"))
Documentation
Registry of CIDER's deprecated keybindings.
Each entry is a plist with :key, :command, :replacement and :since.
Populated by cider--define-deprecated-key, listed by
cider-list-deprecated-keybindings.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-util.el
(defvar cider--deprecated-keybindings nil
"Registry of CIDER's deprecated keybindings.
Each entry is a plist with `:key', `:command', `:replacement' and `:since'.
Populated by `cider--define-deprecated-key', listed by
`cider-list-deprecated-keybindings'.")