Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/user/manual.adoc')
| -rw-r--r-- | docs/user/manual.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 84dc655248..27f10da103 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -722,7 +722,7 @@ Just add this to your `settings.json`: { "editor.inlayHints.fontFamily": "Courier New", "editor.inlayHints.fontSize": 11, - + "workbench.colorCustomizations": { // Name of the theme you are currently using "[Default Dark+]": { @@ -797,8 +797,8 @@ For example: [source,json] ---- { - "key": "ctrl+i", - "command": "rust-analyzer.toggleInlayHints", + "key": "ctrl+alt+d", + "command": "rust-analyzer.openDocs", "when": "inRustProject" } ---- |