summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:22:46 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-26 08:22:46 +0300
commit89e77f31e1a0443e369582e9235daa84d9836bc0 (patch)
tree359461503d9545b040843effe913b114a026bc1c /cider-util.el
parent02dc4aca6077bc17752d762aa8aecc93c0b41b76 (diff)
Add a few extra tips
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/cider-util.el b/cider-util.el
index e2c6f1f5..bbbc7b0c 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -744,6 +744,10 @@ through a stack of help buffers. Variables `help-back-label' and
"Press <\\[cider-apropos]> to look for a symbol by some search string."
"Press <\\[cider-apropos-documentation]> to look for a symbol that has some string in its docstring."
"Press <\\[cider-eval-defun-at-point]> to eval the top-level form at point."
+ "Press <\\[cider-eval-defun-up-to-point]> to eval the top-level form up to the point."
+ "Press <\\[cider-eval-sexp-up-to-point]> to eval the current form up to the point."
+ "Press <\\[cider-eval-sexp-at-point]> to eval the current form around the point."
+ "Press <\\[cider-eval-sexp-at-point-in-context]> to eval the current form around the point in a user-provided context."
"Press <\\[cider-eval-buffer]> to eval the entire source buffer."
"Press <\\[cider-scratch]> to create a Clojure scratchpad. Pretty handy for prototyping."
"Press <\\[cider-read-and-eval]> to evaluate some Clojure expression directly in the minibuffer."