mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Improve the extend keybinding to not conflict
This commit is contained in:
parent
66f656134f
commit
09e12b7925
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "ra-lsp.extendSelection",
|
"command": "ra-lsp.extendSelection",
|
||||||
"key": "ctrl+w",
|
"key": "shift+alt+right",
|
||||||
"when": "editorTextFocus && editorLangId == rust"
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue