diff --git a/editors/code/package.json b/editors/code/package.json index 0bf7b6ae68c6..5f68b2f99552 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -154,7 +154,7 @@ "keybindings": [ { "command": "rust-analyzer.parentModule", - "key": "ctrl+u", + "key": "ctrl+shift+u", "when": "editorTextFocus && editorLangId == rust" }, {