mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Remove obsolete keybinding
This commit is contained in:
parent
443061e752
commit
d690249bc8
1 changed files with 0 additions and 5 deletions
|
@ -140,11 +140,6 @@
|
||||||
"key": "ctrl+shift+m",
|
"key": "ctrl+shift+m",
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"command": "rust-analyzer.extendSelection",
|
|
||||||
"key": "shift+alt+right",
|
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"command": "rust-analyzer.joinLines",
|
"command": "rust-analyzer.joinLines",
|
||||||
"key": "ctrl+shift+j",
|
"key": "ctrl+shift+j",
|
||||||
|
|
Loading…
Reference in a new issue