Skip to content

Commit abba58c

Browse files
committed
docs
1 parent 9cd70ea commit abba58c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Features
22

3-
This plugin relies on clojure-lsp features, so most work is done there, for more detailed information about all clojure-lsp features, check the [server documentation](https://clojure-lsp.io/features/).
3+
This plugin relies on clojure-lsp features and lsp4ij, so most work is done there, for more detailed information about all clojure-lsp features, check the [server documentation](https://clojure-lsp.io/features/).
44

55
### Find a function/var definition
66

@@ -10,13 +10,13 @@ This plugin relies on clojure-lsp features, so most work is done there, for more
1010

1111
### Find all references of a function, var, keyword or namespace alias
1212

13-
> <kbd>Alt</kbd> + <kbd>F7</kbd>
13+
> <kbd>Ctrl/Cmd</kbd> <kbd>Alt</kbd> + <kbd>H</kbd>
1414
1515
![](../images/find-references.png)
1616

1717
### Find all implementations of a defmulti or defprotocol
1818

19-
> <kbd>Ctrl/Cmd</kbd> + <kbd>Alt</kbd> + <kbd>B</kbd>
19+
> <kbd>Ctrl/Cmd</kbd> + <kbd>Alt</kbd> + <kbd>G</kbd>
2020
2121
![](../images/find-implementations.png)
2222

0 commit comments

Comments
 (0)