removing ctrl+r key binding fixes #2733

This commit is contained in:
Jason Williams 2020-02-28 12:50:11 +00:00
parent 3e25b17cfd
commit 8e88db90bc

View File

@ -154,11 +154,6 @@
"key": "ctrl+shift+j",
"when": "editorTextFocus && editorLangId == rust"
},
{
"command": "rust-analyzer.run",
"key": "ctrl+r",
"when": "editorTextFocus && editorLangId == rust"
},
{
"command": "rust-analyzer.onEnter",
"key": "enter",