更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-10-08 12:00:08 +08:00
parent ef0ce7385c
commit c5ff2bd965
1 changed files with 7 additions and 2 deletions

View File

@ -383,5 +383,10 @@
"key": "cmd+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
}
},
{
"key": "shift+cmd+;",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
},
]