aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorDJMcNab <[email protected]>2018-12-08 20:48:50 +0000
committerDJMcNab <[email protected]>2018-12-08 20:48:50 +0000
commit09e12b792581bbca4dd376f8ac71655cf5ba2f6d (patch)
treed09c39cdc87fc06ebbfd5cd719b804999de21701 /editors/code
parent66f656134f349f943905cfe44f5005263dc635f9 (diff)
Improve the extend keybinding to not conflict
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
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 @@
107 }, 107 },
108 { 108 {
109 "command": "ra-lsp.extendSelection", 109 "command": "ra-lsp.extendSelection",
110 "key": "ctrl+w", 110 "key": "shift+alt+right",
111 "when": "editorTextFocus && editorLangId == rust" 111 "when": "editorTextFocus && editorLangId == rust"
112 }, 112 },
113 { 113 {