更新 'keybindings.json'
This commit is contained in:
parent
8ba43e2c8e
commit
99af3af135
|
@ -501,5 +501,9 @@
|
||||||
"key": "cmd+k e",
|
"key": "cmd+k e",
|
||||||
"command": "-workbench.files.action.focusOpenEditorsView",
|
"command": "-workbench.files.action.focusOpenEditorsView",
|
||||||
"when": "workbench.explorer.openEditorsView.active"
|
"when": "workbench.explorer.openEditorsView.active"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "cmd+q",
|
||||||
|
"command": "-workbench.action.quit"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue