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" } ]