From 26262aaf05983c5b7f41cc438e287523268fe1eb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 10 Aug 2018 22:23:17 +0300 Subject: extend selection via LSP --- codeless/package.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'codeless/package.json') 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 @@ "command": "libsyntax-rust.extendSelection", "title": "Rust Extend Selection" } + ], + "keybindings": [ + { + "command": "libsyntax-rust.extendSelection", + "key": "ctrl+w", + "when": "editorTextFocus && editorLangId == rust" + } ] } } -- cgit v1.2.3