|
1 | | -// Default Keybindings of Visual Studio Code 1.118.1 for Windows |
| 1 | +// Default Keybindings of Visual Studio Code 1.119.0 for Windows |
2 | 2 |
|
3 | 3 | [ |
4 | 4 | { "key": "escape escape", "command": "workbench.action.exitZenMode", |
|
148 | 148 | "when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" }, |
149 | 149 | { "key": "ctrl+up", "command": "chat.action.focus", |
150 | 150 | "when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" }, |
| 151 | + { "key": "escape", "command": "chat.models.action.clearSearchResults", |
| 152 | + "when": "inModelsEditor && inModelsSearch" }, |
151 | 153 | { "key": "shift+escape", "command": "closeBreakpointWidget", |
152 | 154 | "when": "breakpointWidgetVisible && textInputFocus" }, |
153 | 155 | { "key": "escape", "command": "closeBreakpointWidget", |
|
1720 | 1722 | "when": "workbench.panel.repl.view.active" }, |
1721 | 1723 | { "key": "ctrl+c", "command": "workbench.debug.viewlet.action.copyValue", |
1722 | 1724 | "when": "!expressionSelected && focusedView == 'workbench.debug.variablesView' || !expressionSelected && focusedView == 'workbench.debug.watchExpressionsView'" }, |
1723 | | - { "key": "ctrl+k c", "command": "workbench.files.action.compareWithClipboard" }, |
| 1725 | + { "key": "ctrl+k c", "command": "workbench.files.action.compareWithClipboard", |
| 1726 | + "when": "!isSessionsWindow" }, |
1724 | 1727 | { "key": "ctrl+k d", "command": "workbench.files.action.compareWithSaved" }, |
1725 | 1728 | { "key": "ctrl+k e", "command": "workbench.files.action.focusOpenEditorsView", |
1726 | 1729 | "when": "workbench.explorer.openEditorsView.active" }, |
|
2047 | 2050 | "when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" }, |
2048 | 2051 | { "key": "ctrl+k ctrl+alt+s", "command": "git.stageSelectedRanges", |
2049 | 2052 | "when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" }, |
2050 | | - { "key": "ctrl+shift+v", "command": "markdown.showPreview", |
| 2053 | + { "key": "ctrl+k v", "command": "markdown.showPreviewToSide", |
2051 | 2054 | "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" }, |
2052 | 2055 | { "key": "shift+alt+f12", "command": "references-view.findReferences", |
2053 | 2056 | "when": "editorHasReferenceProvider" }, |
2054 | 2057 | { "key": "f11", "command": "extension.node-debug.startWithStopOnEntry", |
2055 | 2058 | "when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" }, |
2056 | 2059 | { "key": "ctrl+k ctrl+n", "command": "git.unstageSelectedRanges", |
2057 | 2060 | "when": "editorTextFocus && isInDiffEditor && isInDiffRightEditor && !operationInProgress && resourceScheme == 'git'" }, |
2058 | | - { "key": "ctrl+k v", "command": "markdown.showPreviewToSide", |
2059 | | - "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" }, |
| 2061 | + { "key": "ctrl+shift+v", "command": "markdown.togglePreview", |
| 2062 | + "when": "!notebookEditorFocused && resourceLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" }, |
2060 | 2063 | { "key": "f4", "command": "references-view.next", |
2061 | 2064 | "when": "reference-list.hasResult && references-view.canNavigate" }, |
2062 | 2065 | { "key": "ctrl+k ctrl+r", "command": "git.revertSelectedRanges", |
|
0 commit comments