Skip to content

Commit e92bd59

Browse files
committed
Add cider-find-keyword to the user manual
1 parent fb34038 commit e92bd59

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/modules/ROOT/pages/config/basic_config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buffers. You can override this behavior, however:
3131

3232
https://github.com/clojure-emacs/enrich-classpath[`enrich-classpath`] is a program/plugin/wrapper that allows CIDER to access to the sources and javadocs of a given project's Java files: your own files, those from your dependencies, and those from the JDK.
3333

34-
With that, CIDER can show better completions, navigation, documentation, and stacktrace integration.
34+
With that, CIDER can show better completions, navigation, documentation, stacktrace and Inspector integration.
3535

3636
For Lein users, it has the additional benefit of running a single JVM, instead of the two JVMs that Lein programs typically involve.
3737

doc/modules/ROOT/pages/usage/cider_mode.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@ kbd:[C-c C-t C-b]
264264
| kbd:[M-.]
265265
| Jump to the definition of a symbol. If invoked with a prefix argument it inverts the value of `cider-prompt-for-symbol`.
266266

267+
| `cider-find-keyword`
268+
| kbd:[C-c C-:]
269+
| Find the namespace of the keyword at point and its primary occurrence there. If invoked with a prefix argument it inverts the value of `cider-prompt-for-symbol`.
270+
267271
| `cider-find-dwim-at-mouse`
268272
| kbd:[mouse-5] or kbd:[mouse-9]
269273
| Jump to the definition of a symbol using mouse.

0 commit comments

Comments
 (0)