feat(keybindings): add shortcut for opening recent files

This commit is contained in:
2025-10-22 07:36:55 +01:00
parent 7021d87372
commit d3db3d61a9

View File

@@ -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