From f8fb009cadd6d0f837cc0236343a226850ae0974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BBuk?= Date: Mon, 13 Apr 2020 12:13:55 +0200 Subject: Fix parentModule shortcut conflict The default parentModule shortcut conflicts with VSCode's built-in undo selection --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code') diff --git a/editors/code/package.json b/editors/code/package.json index 0bf7b6ae6..5f68b2f99 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -154,7 +154,7 @@ "keybindings": [ { "command": "rust-analyzer.parentModule", - "key": "ctrl+u", + "key": "ctrl+shift+u", "when": "editorTextFocus && editorLangId == rust" }, { -- cgit v1.2.3