Skip to content

Commit f1a07db

Browse files
Merge #3962
3962: Fix parentModule shortcut conflict r=matklad a=CodeSandwich The default parentModule shortcut conflicts with VSCode's built-in undo selection Co-authored-by: Igor Żuk <[email protected]>
2 parents 1e0ba04 + f8fb009 commit f1a07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"keybindings": [
155155
{
156156
"command": "rust-analyzer.parentModule",
157-
"key": "ctrl+u",
157+
"key": "ctrl+shift+u",
158158
"when": "editorTextFocus && editorLangId == rust"
159159
},
160160
{

0 commit comments

Comments
 (0)