diff --git a/editors/code/package.json b/editors/code/package.json index 33bd66b40876..5f73c8d8389f 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" }, {