Update keybindings.json

This commit is contained in:
lianghongkey 2019-04-09 11:06:04 +08:00 committed by GitHub
parent adac850a31
commit 219ae3e3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -144,5 +144,9 @@
{ {
"key": "ctrl+shift+tab", "key": "ctrl+shift+tab",
"command": "workbench.action.openPreviousRecentlyUsedEditorInGroup" "command": "workbench.action.openPreviousRecentlyUsedEditorInGroup"
} },
{
"key": "ctrl+shift+r",
"command": "workbench.action.reopenClosedEditor"
},
] ]