From 9e30881f979dabf7e0927e72630aeee9ffb35e31 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 10 Apr 2019 16:35:34 +0800 Subject: [PATCH] fix --- keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keybindings.json b/keybindings.json index b8dc42d..ae8256d 100644 --- a/keybindings.json +++ b/keybindings.json @@ -158,5 +158,9 @@ "key": "ctrl+]", "command": "-editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" + }, + { + "key": "ctrl+r", + "command": "workbench.action.openRecent" } ]