From 09e12b792581bbca4dd376f8ac71655cf5ba2f6d Mon Sep 17 00:00:00 2001 From: DJMcNab <36049421+DJMcNab@users.noreply.github.com> Date: Sat, 8 Dec 2018 20:48:50 +0000 Subject: Improve the extend keybinding to not conflict --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index f3b049e43..de956697e 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -107,7 +107,7 @@ }, { "command": "ra-lsp.extendSelection", - "key": "ctrl+w", + "key": "shift+alt+right", "when": "editorTextFocus && editorLangId == rust" }, { -- cgit v1.2.3