You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/usage/code_evaluation.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,7 @@ kbd:[C-c C-e]
276
276
| Evaluate the form preceding point and replace it with its result.
277
277
278
278
| `cider-eval-last-sexp-to-repl`
279
+
279
280
| kbd:[C-c M-e]
280
281
| Evaluate the form preceding point and output it result to the REPL buffer. If invoked with a prefix argument, takes you to the REPL buffer after being invoked.
281
282
@@ -284,7 +285,8 @@ kbd:[C-c C-e]
284
285
| Load the form preceding point in the REPL buffer and eval.
285
286
286
287
| `cider-pprint-eval-last-sexp`
287
-
| kbd:[C-c C-v C-f e]
288
+
| kbd:[C-c C-p] +
289
+
kbd:[C-c C-v C-f e]
288
290
| Evaluate the form preceding point and pretty-print the result in a popup buffer. If invoked with a prefix argument, insert the result into the current buffer as a comment.
0 commit comments