delete matching brace key binding

This commit is contained in:
Mohsen Alizadeh 2023-06-25 17:27:28 -07:00
parent 4a2ceeff0f
commit fd1130b0e7

View file

@ -297,11 +297,6 @@
"key": "ctrl+shift+u",
"when": "editorTextFocus && editorLangId == rust"
},
{
"command": "rust-analyzer.matchingBrace",
"key": "ctrl+shift+m",
"when": "editorTextFocus && editorLangId == rust"
},
{
"command": "rust-analyzer.joinLines",
"key": "ctrl+shift+j",