diff --git a/keybindings_mac.json b/keybindings_mac.json index 3967975..5f2dc7e 100644 --- a/keybindings_mac.json +++ b/keybindings_mac.json @@ -355,10 +355,6 @@ "key": "cmd+shift+y", "command": "gitlens.views.repositories:gitlens.focus" }, - { - "key": "cmd+shift+d", - "command": "-workbench.view.debug" - }, { "key": "cmd+shift+g", "command": "workbench.view.debug" @@ -378,15 +374,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" }, -] + { + "key": "cmd+o", + "command": "workbench.action.openRecent" + }, +] \ No newline at end of file