File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,13 @@ like `cider-eval-defun-at-point` having 3 keybindings:
218
218
219
219
Okay, those are technically 4 keybindings, but who's counting!
220
220
221
+ NOTE: Some of you are probably wonder why kbd:[C-c C-v] instead of
222
+ kbd:[C-c C-e], right? Again - legacy. Historically kbd:[C-c C-e]
223
+ was mapped to `cider-eval-last-sexp`, otherwise we would have picked
224
+ this binding. It's still possible to recycle it down the road, as
225
+ most people are probably using kbd:[C-x C-e] for `cider-eval-last-result`
226
+ and good keybindings are too precious to be wasted like this.
227
+
221
228
Below is a listing of most keybindings for evaluation commands:
222
229
223
230
|===
@@ -300,3 +307,5 @@ kbd:[C-u C-c C-c]
300
307
| kbd:[C-c C-M-l]
301
308
| Load (eval) all Clojure files below a directory.
302
309
|===
310
+
311
+ TIP: You'll find all evaluation commands and their keybindings in the `CIDER Eval` menu.
You can’t perform that action at this time.
0 commit comments