mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Fix parentModule shortcut conflict
The default parentModule shortcut conflicts with VSCode's built-in undo selection
This commit is contained in:
parent
c388130f5f
commit
f8fb009cad
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@
|
||||||
"keybindings": [
|
"keybindings": [
|
||||||
{
|
{
|
||||||
"command": "rust-analyzer.parentModule",
|
"command": "rust-analyzer.parentModule",
|
||||||
"key": "ctrl+u",
|
"key": "ctrl+shift+u",
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue