mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
delete matching brace key binding
This commit is contained in:
parent
4a2ceeff0f
commit
fd1130b0e7
1 changed files with 0 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue