"command": "workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
"command": "-workbench.action.closeWindow",
"when": "!editorIsOpen && !multipleEditorGroups"
"command": "workbench.action.terminal.killEditor",
"when": "terminalEditorFocus && terminalFocus && terminalHasBeenCreated && resourceScheme == 'vscode-terminal' || terminalEditorFocus && terminalFocus && terminalProcessSupported && resourceScheme == 'vscode-terminal'"
"command": "-workbench.action.terminal.killEditor",
"when": "terminalEditorFocus && terminalFocus && terminalHasBeenCreated && resourceScheme == 'vscode-terminal' || terminalEditorFocus && terminalFocus && terminalProcessSupported && resourceScheme == 'vscode-terminal'"
"command": "workbench.action.closeActiveEditor"
"command": "-workbench.action.closeActiveEditor"
"command": "workbench.action.closeGroup",
"when": "activeEditorGroupEmpty && multipleEditorGroups"
"command": "-workbench.action.closeGroup",
"when": "activeEditorGroupEmpty && multipleEditorGroups"
"command": "workbench.action.quickOpen"
"command": "-workbench.action.quickOpen"
"command": "-workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup",
"when": "!activeEditorGroupEmpty"
"command": "-workbench.action.quickOpenView"
"command": "workbench.action.quickOpenSelectNext",
"command": "-workbench.action.quickOpenSelectNext",
"command": "workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"
"command": "-workbench.action.quickOpenNavigateNextInFilePicker",
"when": "inFilesPicker && inQuickOpen"