diff --git a/keybindings_mac.json b/keybindings_mac.json index 778a15a..3b92ae9 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -379,9 +379,14 @@ "key": "cmd+shift+w", "command": "workbench.action.quickSwitchWindow" }, - { + { "key": "cmd+shift+k", "command": "-editor.action.deleteLines", "when": "textInputFocus && !editorReadonly" - } + }, + { + "key": "shift+cmd+;", + "command": "editor.action.formatDocument", + "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" + }, ]