// Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+alt+a", "command": "editor.action.toggleMinimap" }, { "key": "ctrl+r", "command": "-workbench.action.openRecent" }, { "key": "ctrl+r", "command": "-workbench.action.reloadWindow", "when": "isDevelopment" }, { "key": "ctrl+r", "command": "-workbench.action.quickOpenNavigateNextInRecentFilesPicker", "when": "inQuickOpen && inRecentFilesPicker"}, { "key": "ctrl+r", "command": "workbench.files.action.refreshFilesExplorer" } ]