diff --git a/package.json b/package.json index 88a5952..14237cc 100644 --- a/package.json +++ b/package.json @@ -585,6 +585,13 @@ "command": "editor.action.smartSelect.grow", "key": "ctrl+shift+space", "when": "editorTextFocus" + }, + { + "mac": "ctrl+cmd+p", + "win": "ctrl+alt+p", + "linux": "ctrl+alt+p", + "key": "ctrl+alt+p", + "command": "workbench.action.openRecent" } ] }