You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<kbd>C-c M-o</kbd> | Clear the entire REPL buffer, leaving only a prompt. Useful if you're running the REPL buffer in a side by side buffer.
557
557
<kbd>C-c C-k</kbd> | Load the current buffer.
558
558
<kbd>C-c C-l</kbd> | Load a file.
559
-
<kbd>C-c C-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.
560
-
<kbd>C-c C-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.
559
+
<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.
560
+
<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.
561
561
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
<kbd>M-s</kbd> <kbd>M-r</kbd> | Search forward/reverse through command history with regex.
589
589
<kbd>C-c C-n</kbd> <kbd>C-c C-p</kbd> | Move between the current and previous prompts in the REPL buffer. Pressing <kbd>RET</kbd> on a line with old input copies that line to the newest prompt.
590
590
<kbd>TAB</kbd> | Complete symbol at point.
591
-
<kbd>C-c C-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
592
-
<kbd>C-c C-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.
591
+
<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
592
+
<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.
593
+
<kbd>C-c C-d g</kbd> | Lookup symbol in Grimoire.
594
+
<kbd>C-c C-d a</kbd> | Apropos search for functions/vars.
595
+
<kbd>C-c C-d A</kbd> | Apropos search for documentation.
593
596
<kbd>C-c C-z</kbd> | Switch to the previous Clojure buffer. This complements <kbd>C-c C-z</kbd> used in cider-mode.
594
597
<kbd>C-c M-f</kbd> | Select a function from the current namespace and insert into the REPL buffer.
595
598
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
0 commit comments