Skip to content

Commit 3aa823b

Browse files
authored
Merge pull request #215 from codebling/update-default-keybindings-2026-05-06-14-11
Update for VSCode 1.119.0
2 parents 1316ec8 + cc22dce commit 3aa823b

6 files changed

Lines changed: 40 additions & 30 deletions

linux.keybindings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.118.1 for Linux
1+
// Default Keybindings of Visual Studio Code 1.119.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1705,7 +1705,8 @@
17051705
"when": "workbench.panel.repl.view.active" },
17061706
{ "key": "ctrl+c", "command": "workbench.debug.viewlet.action.copyValue",
17071707
"when": "!expressionSelected && focusedView == 'workbench.debug.variablesView' || !expressionSelected && focusedView == 'workbench.debug.watchExpressionsView'" },
1708-
{ "key": "ctrl+k c", "command": "workbench.files.action.compareWithClipboard" },
1708+
{ "key": "ctrl+k c", "command": "workbench.files.action.compareWithClipboard",
1709+
"when": "!isSessionsWindow" },
17091710
{ "key": "ctrl+k d", "command": "workbench.files.action.compareWithSaved" },
17101711
{ "key": "ctrl+k e", "command": "workbench.files.action.focusOpenEditorsView",
17111712
"when": "workbench.explorer.openEditorsView.active" },
@@ -2028,16 +2029,16 @@
20282029
"when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" },
20292030
{ "key": "ctrl+k ctrl+alt+s", "command": "git.stageSelectedRanges",
20302031
"when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" },
2031-
{ "key": "ctrl+shift+v", "command": "markdown.showPreview",
2032+
{ "key": "ctrl+k v", "command": "markdown.showPreviewToSide",
20322033
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
20332034
{ "key": "shift+alt+f12", "command": "references-view.findReferences",
20342035
"when": "editorHasReferenceProvider" },
20352036
{ "key": "f11", "command": "extension.node-debug.startWithStopOnEntry",
20362037
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" },
20372038
{ "key": "ctrl+k ctrl+n", "command": "git.unstageSelectedRanges",
20382039
"when": "editorTextFocus && isInDiffEditor && isInDiffRightEditor && !operationInProgress && resourceScheme == 'git'" },
2039-
{ "key": "ctrl+k v", "command": "markdown.showPreviewToSide",
2040-
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
2040+
{ "key": "ctrl+shift+v", "command": "markdown.togglePreview",
2041+
"when": "!notebookEditorFocused && resourceLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
20412042
{ "key": "f4", "command": "references-view.next",
20422043
"when": "reference-list.hasResult && references-view.canNavigate" },
20432044
{ "key": "ctrl+k ctrl+r", "command": "git.revertSelectedRanges",

linux.negative.keybindings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.118.1 for Linux
1+
// Default Keybindings of Visual Studio Code 1.119.0 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1705,7 +1705,8 @@
17051705
"when": "workbench.panel.repl.view.active" },
17061706
{ "key": "ctrl+c", "command": "-workbench.debug.viewlet.action.copyValue",
17071707
"when": "!expressionSelected && focusedView == 'workbench.debug.variablesView' || !expressionSelected && focusedView == 'workbench.debug.watchExpressionsView'" },
1708-
{ "key": "ctrl+k c", "command": "-workbench.files.action.compareWithClipboard" },
1708+
{ "key": "ctrl+k c", "command": "-workbench.files.action.compareWithClipboard",
1709+
"when": "!isSessionsWindow" },
17091710
{ "key": "ctrl+k d", "command": "-workbench.files.action.compareWithSaved" },
17101711
{ "key": "ctrl+k e", "command": "-workbench.files.action.focusOpenEditorsView",
17111712
"when": "workbench.explorer.openEditorsView.active" },
@@ -2028,16 +2029,16 @@
20282029
"when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" },
20292030
{ "key": "ctrl+k ctrl+alt+s", "command": "-git.stageSelectedRanges",
20302031
"when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" },
2031-
{ "key": "ctrl+shift+v", "command": "-markdown.showPreview",
2032+
{ "key": "ctrl+k v", "command": "-markdown.showPreviewToSide",
20322033
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
20332034
{ "key": "shift+alt+f12", "command": "-references-view.findReferences",
20342035
"when": "editorHasReferenceProvider" },
20352036
{ "key": "f11", "command": "-extension.node-debug.startWithStopOnEntry",
20362037
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" },
20372038
{ "key": "ctrl+k ctrl+n", "command": "-git.unstageSelectedRanges",
20382039
"when": "editorTextFocus && isInDiffEditor && isInDiffRightEditor && !operationInProgress && resourceScheme == 'git'" },
2039-
{ "key": "ctrl+k v", "command": "-markdown.showPreviewToSide",
2040-
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
2040+
{ "key": "ctrl+shift+v", "command": "-markdown.togglePreview",
2041+
"when": "!notebookEditorFocused && resourceLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
20412042
{ "key": "f4", "command": "-references-view.next",
20422043
"when": "reference-list.hasResult && references-view.canNavigate" },
20432044
{ "key": "ctrl+k ctrl+r", "command": "-git.revertSelectedRanges",

macos.keybindings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.118.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.119.0 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -1882,7 +1882,8 @@
18821882
"when": "workbench.panel.repl.view.active" },
18831883
{ "key": "cmd+c", "command": "workbench.debug.viewlet.action.copyValue",
18841884
"when": "!expressionSelected && focusedView == 'workbench.debug.variablesView' || !expressionSelected && focusedView == 'workbench.debug.watchExpressionsView'" },
1885-
{ "key": "cmd+k c", "command": "workbench.files.action.compareWithClipboard" },
1885+
{ "key": "cmd+k c", "command": "workbench.files.action.compareWithClipboard",
1886+
"when": "!isSessionsWindow" },
18861887
{ "key": "cmd+k d", "command": "workbench.files.action.compareWithSaved" },
18871888
{ "key": "cmd+k e", "command": "workbench.files.action.focusOpenEditorsView",
18881889
"when": "workbench.explorer.openEditorsView.active" },
@@ -2233,16 +2234,16 @@
22332234
"when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" },
22342235
{ "key": "cmd+k alt+cmd+s", "command": "git.stageSelectedRanges",
22352236
"when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" },
2236-
{ "key": "shift+cmd+v", "command": "markdown.showPreview",
2237+
{ "key": "cmd+k v", "command": "markdown.showPreviewToSide",
22372238
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
22382239
{ "key": "shift+alt+f12", "command": "references-view.findReferences",
22392240
"when": "editorHasReferenceProvider" },
22402241
{ "key": "f11", "command": "extension.node-debug.startWithStopOnEntry",
22412242
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" },
22422243
{ "key": "cmd+k cmd+n", "command": "git.unstageSelectedRanges",
22432244
"when": "editorTextFocus && isInDiffEditor && isInDiffRightEditor && !operationInProgress && resourceScheme == 'git'" },
2244-
{ "key": "cmd+k v", "command": "markdown.showPreviewToSide",
2245-
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
2245+
{ "key": "shift+cmd+v", "command": "markdown.togglePreview",
2246+
"when": "!notebookEditorFocused && resourceLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
22462247
{ "key": "f4", "command": "references-view.next",
22472248
"when": "reference-list.hasResult && references-view.canNavigate" },
22482249
{ "key": "cmd+k cmd+r", "command": "git.revertSelectedRanges",

macos.negative.keybindings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.118.1 for macOS
1+
// Default Keybindings of Visual Studio Code 1.119.0 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -1882,7 +1882,8 @@
18821882
"when": "workbench.panel.repl.view.active" },
18831883
{ "key": "cmd+c", "command": "-workbench.debug.viewlet.action.copyValue",
18841884
"when": "!expressionSelected && focusedView == 'workbench.debug.variablesView' || !expressionSelected && focusedView == 'workbench.debug.watchExpressionsView'" },
1885-
{ "key": "cmd+k c", "command": "-workbench.files.action.compareWithClipboard" },
1885+
{ "key": "cmd+k c", "command": "-workbench.files.action.compareWithClipboard",
1886+
"when": "!isSessionsWindow" },
18861887
{ "key": "cmd+k d", "command": "-workbench.files.action.compareWithSaved" },
18871888
{ "key": "cmd+k e", "command": "-workbench.files.action.focusOpenEditorsView",
18881889
"when": "workbench.explorer.openEditorsView.active" },
@@ -2233,16 +2234,16 @@
22332234
"when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" },
22342235
{ "key": "cmd+k alt+cmd+s", "command": "-git.stageSelectedRanges",
22352236
"when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" },
2236-
{ "key": "shift+cmd+v", "command": "-markdown.showPreview",
2237+
{ "key": "cmd+k v", "command": "-markdown.showPreviewToSide",
22372238
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
22382239
{ "key": "shift+alt+f12", "command": "-references-view.findReferences",
22392240
"when": "editorHasReferenceProvider" },
22402241
{ "key": "f11", "command": "-extension.node-debug.startWithStopOnEntry",
22412242
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" },
22422243
{ "key": "cmd+k cmd+n", "command": "-git.unstageSelectedRanges",
22432244
"when": "editorTextFocus && isInDiffEditor && isInDiffRightEditor && !operationInProgress && resourceScheme == 'git'" },
2244-
{ "key": "cmd+k v", "command": "-markdown.showPreviewToSide",
2245-
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
2245+
{ "key": "shift+cmd+v", "command": "-markdown.togglePreview",
2246+
"when": "!notebookEditorFocused && resourceLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
22462247
{ "key": "f4", "command": "-references-view.next",
22472248
"when": "reference-list.hasResult && references-view.canNavigate" },
22482249
{ "key": "cmd+k cmd+r", "command": "-git.revertSelectedRanges",

windows.keybindings.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.118.1 for Windows
1+
// Default Keybindings of Visual Studio Code 1.119.0 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -148,6 +148,8 @@
148148
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
149149
{ "key": "ctrl+up", "command": "chat.action.focus",
150150
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
151+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
152+
"when": "inModelsEditor && inModelsSearch" },
151153
{ "key": "shift+escape", "command": "closeBreakpointWidget",
152154
"when": "breakpointWidgetVisible && textInputFocus" },
153155
{ "key": "escape", "command": "closeBreakpointWidget",
@@ -1720,7 +1722,8 @@
17201722
"when": "workbench.panel.repl.view.active" },
17211723
{ "key": "ctrl+c", "command": "workbench.debug.viewlet.action.copyValue",
17221724
"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" },
17241727
{ "key": "ctrl+k d", "command": "workbench.files.action.compareWithSaved" },
17251728
{ "key": "ctrl+k e", "command": "workbench.files.action.focusOpenEditorsView",
17261729
"when": "workbench.explorer.openEditorsView.active" },
@@ -2047,16 +2050,16 @@
20472050
"when": "!inDebugMode && debugConfigurationType == 'node' || !inDebugMode && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && debugConfigurationType == 'pwa-node'" },
20482051
{ "key": "ctrl+k ctrl+alt+s", "command": "git.stageSelectedRanges",
20492052
"when": "editorTextFocus && !operationInProgress && resourceScheme == 'file'" },
2050-
{ "key": "ctrl+shift+v", "command": "markdown.showPreview",
2053+
{ "key": "ctrl+k v", "command": "markdown.showPreviewToSide",
20512054
"when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" },
20522055
{ "key": "shift+alt+f12", "command": "references-view.findReferences",
20532056
"when": "editorHasReferenceProvider" },
20542057
{ "key": "f11", "command": "extension.node-debug.startWithStopOnEntry",
20552058
"when": "!inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'node' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-extensionHost' || !inDebugMode && activeViewlet == 'workbench.view.debug' && debugConfigurationType == 'pwa-node'" },
20562059
{ "key": "ctrl+k ctrl+n", "command": "git.unstageSelectedRanges",
20572060
"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)$/" },
20602063
{ "key": "f4", "command": "references-view.next",
20612064
"when": "reference-list.hasResult && references-view.canNavigate" },
20622065
{ "key": "ctrl+k ctrl+r", "command": "git.revertSelectedRanges",

0 commit comments

Comments
 (0)