diff --git a/keybindings.json b/keybindings.json index 0a6f70c..31e9227 100644 --- a/keybindings.json +++ b/keybindings.json @@ -152,6 +152,10 @@ "key": "ctrl+x ctrl+;", "command": "workbench.action.quickOpen" }, + { // Open recent files. + "key": "ctrl+z ctrl+r", + "command": "workbench.action.openRecent" + }, // // =========================================================================== // MARK: File Rename