This commit is contained in:
colin 2019-04-10 16:35:34 +08:00
parent 64dd76cf17
commit 9e30881f97
1 changed files with 4 additions and 0 deletions

View File

@ -158,5 +158,9 @@
"key": "ctrl+]", "key": "ctrl+]",
"command": "-editor.action.indentLines", "command": "-editor.action.indentLines",
"when": "editorTextFocus && !editorReadonly" "when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+r",
"command": "workbench.action.openRecent"
} }
] ]