Skip to content

Commit 010dfb8

Browse files
committed
Merge pull request #1136 from vedang/grimoire/fix-readme
Change the README to show new bindings for Grimoire
2 parents 53f7736 + e8aaf47 commit 010dfb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ Keyboard shortcut | Description
779779
<kbd>C-c C-.</kbd> | Jump to some namespace on the classpath.
780780
<kbd>M-,</kbd> | Return to your pre-jump location.
781781
<kbd>M-TAB</kbd> | Complete the symbol at point.
782-
<kbd>C-c C-d g</kbd> | Lookup symbol in Grimoire.
782+
<kbd>C-c C-d r</kbd> | Lookup symbol in Grimoire.
783783
<kbd>C-c C-d a</kbd> | Apropos search for functions/vars.
784784
<kbd>C-c C-d A</kbd> | Apropos search for documentation.
785785

@@ -801,7 +801,7 @@ Keyboard shortcut | Description
801801
<kbd>TAB</kbd> | Complete symbol at point.
802802
<kbd>C-c C-d d</kbd> | Display doc string for the symbol at point. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol
803803
<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.
804-
<kbd>C-c C-d g</kbd> | Lookup symbol in Grimoire.
804+
<kbd>C-c C-d r</kbd> | Lookup symbol in Grimoire.
805805
<kbd>C-c C-d a</kbd> | Apropos search for functions/vars.
806806
<kbd>C-c C-d A</kbd> | Apropos search for documentation.
807807
<kbd>C-c C-z</kbd> | Switch to the previous Clojure buffer. This complements <kbd>C-c C-z</kbd> used in cider-mode.

0 commit comments

Comments
 (0)