更新 'keybindings_mac.json'
This commit is contained in:
parent
f72af37278
commit
04c2ece5d7
|
@ -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"
|
||||||
|
},
|
||||||
]
|
]
|
Loading…
Reference in New Issue