mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
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 <igor.zuk@protonmail.com>
This commit is contained in:
commit
f1a07dbf55
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
|||
"keybindings": [
|
||||
{
|
||||
"command": "rust-analyzer.parentModule",
|
||||
"key": "ctrl+u",
|
||||
"key": "ctrl+shift+u",
|
||||
"when": "editorTextFocus && editorLangId == rust"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue