更新 'keybindings_mac.json'

This commit is contained in:
colin 2020-10-10 10:31:29 +08:00
parent f72af37278
commit 04c2ece5d7
1 changed files with 5 additions and 10 deletions

View File

@ -355,10 +355,6 @@
"key": "cmd+shift+y", "key": "cmd+shift+y",
"command": "gitlens.views.repositories:gitlens.focus" "command": "gitlens.views.repositories:gitlens.focus"
}, },
{
"key": "cmd+shift+d",
"command": "-workbench.view.debug"
},
{ {
"key": "cmd+shift+g", "key": "cmd+shift+g",
"command": "workbench.view.debug" "command": "workbench.view.debug"
@ -378,15 +374,14 @@
{ {
"key": "cmd+shift+w", "key": "cmd+shift+w",
"command": "workbench.action.quickSwitchWindow" "command": "workbench.action.quickSwitchWindow"
},
{
"key": "cmd+shift+k",
"command": "-editor.action.deleteLines",
"when": "textInputFocus && !editorReadonly"
}, },
{ {
"key": "shift+cmd+;", "key": "shift+cmd+;",
"command": "editor.action.formatDocument", "command": "editor.action.formatDocument",
// "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor" // "when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly && !inCompositeEditor"
}, },
{
"key": "cmd+o",
"command": "workbench.action.openRecent"
},
] ]