diff --git a/editors/code/package.json b/editors/code/package.json index f3b049e438..de956697ec 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -107,7 +107,7 @@ }, { "command": "ra-lsp.extendSelection", - "key": "ctrl+w", + "key": "shift+alt+right", "when": "editorTextFocus && editorLangId == rust" }, {