summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-29 00:13:51 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-29 00:13:51 -0700
commit26bb28226136145e41e2eed65d33ed2772b4c5a3 (patch)
tree200cc053a7912ae2447eb6c83435d63a113e3c8b /doc
parent3698fa0459ba2243d857f5d3f4d7bedf0d3f666d (diff)
[Fix #1720] Add a command to evaluate the form around point
Diffstat (limited to 'doc')
-rw-r--r--doc/interactive_programming.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/interactive_programming.md b/doc/interactive_programming.md
index 862dafc4..1591601c 100644
--- a/doc/interactive_programming.md
+++ b/doc/interactive_programming.md
@@ -25,6 +25,7 @@ Here's a list of `cider-mode`'s keybindings:
<kbd>C-c C-p</kbd> | Evaluate the form preceding point and pretty-print the result in a popup buffer.
<kbd>C-c C-f</kbd> | Evaluate the top level form under point and pretty-print the result in a popup buffer.
<kbd>C-M-x</kbd> <br/> <kbd>C-c C-c</kbd> | Evaluate the top level form under point and display the result in the echo area.
+<kbd>C-c C-v</kbd> | Evaluate the form around point.
<kbd>C-u C-M-x</kbd> <br/> <kbd>C-u C-c C-c</kbd> | Debug the top level form under point and walk through its evaluation
<kbd>C-c C-r</kbd> | Evaluate the region and display the result in the echo area.
<kbd>C-c C-b</kbd> | Interrupt any pending evaluations.