about summary refs log tree commit diff
path: root/docs/user
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2022-04-16 08:04:52 +0300
committerLaurențiu Nicola <lnicola@dend.ro>2022-04-16 08:05:07 +0300
commitf77adb3a232eb612771436565e21e62ab2cd86e1 (patch)
tree5725e5c27f8ddf877a839e4283770e2945fc430e /docs/user
parent7ce3ca5aabb906ac06c5132ef5b333a7c3af1b98 (diff)
Remove old inlay hints settings
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/manual.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 84dc6552484..27f10da1032 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"
 }
 ----