summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-09 08:18:16 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-09 08:18:16 +0200
commit1805d17c6d9744932510b36dbbafa96b17d082da (patch)
tree5c9942727fd28a06ffac23c8b82975cf979c7ae0 /README.md
parent2fe2d1bfbedb0ce0d5b0dd597ce64b6f16ef3b0e (diff)
Fix the cider-apropos-documentation keybindings in the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84c982d3..09b6d2ec 100644
--- a/README.md
+++ b/README.md
@@ -415,7 +415,7 @@ Keyboard shortcut | Description
<kbd>M-TAB</kbd> | Complete the symbol at point.
<kbd>C-c C-d r</kbd> | Lookup symbol in Grimoire.
<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-d f</kbd> | Apropos search for documentation.
<kbd>C-c C-q</kbd> | Quit the current nREPL connection. With a prefix argument it will quit all connections.
There's no need to memorize this list. In any Clojure buffer with `cider-mode`
@@ -455,7 +455,7 @@ Keyboard shortcut | Description
<kbd>C-c C-d j</kbd> | Display JavaDoc (in your default browser) for the symbol at point. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol.
<kbd>C-c C-d r</kbd> | Lookup symbol in Grimoire.
<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-d f</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-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.