Skip to content

Commit dd774e9

Browse files
committed
[Docs] Mention the canonical keybinding for cider-pprint-eval-last-sexp
1 parent dee1459 commit dd774e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/modules/ROOT/pages/usage/code_evaluation.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ kbd:[C-c C-e]
276276
| Evaluate the form preceding point and replace it with its result.
277277

278278
| `cider-eval-last-sexp-to-repl`
279+
279280
| kbd:[C-c M-e]
280281
| 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.
281282

@@ -284,7 +285,8 @@ kbd:[C-c C-e]
284285
| Load the form preceding point in the REPL buffer and eval.
285286

286287
| `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]
288290
| 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.
289291

290292
| `cider-pprint-eval-defun-at-point`

0 commit comments

Comments
 (0)