diff --git a/modules/lang/clojure/README.org b/modules/lang/clojure/README.org index 2d4574690..6db97a7ad 100644 --- a/modules/lang/clojure/README.org +++ b/modules/lang/clojure/README.org @@ -11,6 +11,7 @@ - [[#hacks][Hacks]] - [[#prerequisites][Prerequisites]] - [[#features][Features]] + - [[#keybindings][Keybindings]] - [[#configuration][Configuration]] - [[#troubleshooting][Troubleshooting]] @@ -52,6 +53,55 @@ This module requires: * TODO Features # An in-depth list of features, how to use them, and their dependencies. +** Keybindings +| Binding | Description | +|---------------------+------------------------------------------------------| +| = '​= | =cider-jack-in-clj= | +| = C= | =cider-connect-cljs= | +| = M= | =cider-macroexpand-all= | +| = R= | =hydra-cljr-help-menu/body= | +| = c= | =cider-connect-clj= | +| = e D= | =cider-insert-defun-in-repl= | +| = e E= | =cider-insert-last-sexp-in-repl= | +| = e R= | =cider-insert-region-in-repl= | +| = e b= | =cider-eval-buffer= | +| = e d= | =cider-eval-defun-at-point= | +| = e e= | =cider-eval-last-sexp= | +| = e r= | =cider-eval-region= | +| = e u= | =cider-undef= | +| = g b= | =cider-pop-back= | +| = g g= | =cider-find-var= | +| = g n= | =cider-find-ns= | +| = h a= | =cider-apropos= | +| = h c= | =cider-clojuredocs= | +| = h d= | =cider-doc= | +| = h j= | =cider-javadoc= | +| = h n= | =cider-find-ns= | +| = h w= | =cider-clojuredocs-web= | +| = i e= | =cider-enlighten-mode= | +| = i i= | =cider-inspect= | +| = i r= | =cider-inspect-last-result= | +| = m "​= | =cider-jack-in-cljs= | +| = m= | =cider-macroexpand-1= | +| = n N= | =cider-browse-ns-all= | +| = n n= | =cider-browse-ns= | +| = n r= | =cider-ns-refresh= | +| = r B= | =+clojure/cider-switch-to-repl-buffer-and-switch-ns= | +| = r L= | =cider-load-buffer-and-switch-to-repl-buffer= | +| = r R= | =cider-restart= | +| = r b= | =cider-switch-to-repl-buffer= | +| = r c= | =cider-find-and-clear-repl-output= | +| = r l= | =cider-load-buffer= | +| = r n= | =cider-repl-set-ns= | +| = r q= | =cider-quit= | +| = r r= | =cider-ns-refresh= | +| = t a= | =cider-test-rerun-test= | +| = t l= | =cider-test-run-loaded-tests= | +| = t n= | =cider-test-run-ns-tests= | +| = t p= | =cider-test-run-project-tests= | +| = t r= | =cider-test-rerun-failed-tests= | +| = t s= | =cider-test-run-ns-tests-with-filters= | +| = t t= | =cider-test-run-test= | * TODO Configuration # How to configure this module, including common problems and how to address them.