Skip to content

Commit f8fb009

Browse files
authored
Fix parentModule shortcut conflict
The default parentModule shortcut conflicts with VSCode's built-in undo selection
1 parent c388130 commit f8fb009

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)