Auto merge of #15136 - mohsen-alizadeh:13908-delete-matching-brace-key-binding, r=Veykril
delete matching brace key binding closes #13908
This commit is contained in:
commit
77ccd64326
@ -293,11 +293,6 @@
|
|||||||
"key": "ctrl+shift+u",
|
"key": "ctrl+shift+u",
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "rust-analyzer.matchingBrace",
|
|
||||||
"key": "ctrl+shift+m",
|
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "rust-analyzer.joinLines",
|
"command": "rust-analyzer.joinLines",
|
||||||
"key": "ctrl+shift+j",
|
"key": "ctrl+shift+j",
|
||||||
|
Loading…
Reference in New Issue
Block a user