summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorexpez <expez@expez.com>2015-04-22 20:24:18 +0200
committerexpez <expez@expez.com>2015-04-22 20:33:39 +0200
commitd0d2a669e9d8549487e2275158e1f29fef5edb2f (patch)
treed61738f4bf7d31b2743a6bfd3e6e98d330b662cb /README.md
parenta914e5d27a9300dfb533676ecf40b7f633250b3e (diff)
[Fix #1078] Remove cider-load-fn-into-repl-buffer
This function isn't terrible useful, as it only provides a completing read of all the vars available in the namespace to insert into the repl. Furthermore, company-mode already provides the completing read if you just start typing.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12fe2983..4e74a996 100644
--- a/README.md
+++ b/README.md
@@ -792,7 +792,6 @@ Keyboard shortcut | Description
<kbd>C-c C-d a</kbd> | Apropos search for functions/vars.
<kbd>C-c C-d A</kbd> | Apropos search for documentation.
<kbd>C-c C-z</kbd> | Switch to the previous Clojure buffer. This complements <kbd>C-c C-z</kbd> used in cider-mode.
-<kbd>C-c M-f</kbd> | Select a function from the current namespace and insert into the REPL buffer.
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
<kbd>C-c M-n</kbd> | Select a namespace and switch to it.
<kbd>C-c M-t v</kbd> | Toggle var tracing.