Improve the extend keybinding to not conflict

This commit is contained in:
DJMcNab 2018-12-08 20:48:50 +00:00
parent 66f656134f
commit 09e12b7925

View file

@ -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"
}, },
{ {