aboutsummaryrefslogtreecommitdiff
path: root/codeless/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'codeless/package.json')
-rw-r--r--codeless/package.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/codeless/package.json b/codeless/package.json
index 7a00f33ef..1df932db1 100644
--- a/codeless/package.json
+++ b/codeless/package.json
@@ -36,6 +36,13 @@
36 "command": "libsyntax-rust.extendSelection", 36 "command": "libsyntax-rust.extendSelection",
37 "title": "Rust Extend Selection" 37 "title": "Rust Extend Selection"
38 } 38 }
39 ],
40 "keybindings": [
41 {
42 "command": "libsyntax-rust.extendSelection",
43 "key": "ctrl+w",
44 "when": "editorTextFocus && editorLangId == rust"
45 }
39 ] 46 ]
40 } 47 }
41} 48}