mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
feat(keybindings): add shortcut for opening recent files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user