Skip to content

Commit 75c4ef3

Browse files
authored
Merge pull request #204 from codebling/update-default-keybindings-2026-03-07-02-02
Update for VSCode 1.110.1
2 parents 3926208 + a6e861b commit 75c4ef3

6 files changed

Lines changed: 10 additions & 10 deletions

linux.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.110.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -136,6 +136,8 @@
136136
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
137137
{ "key": "ctrl+up", "command": "chat.action.focus",
138138
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
139+
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
140+
"when": "inModelsEditor && inModelsSearch" },
139141
{ "key": "shift+escape", "command": "closeBreakpointWidget",
140142
"when": "breakpointWidgetVisible && textInputFocus" },
141143
{ "key": "escape", "command": "closeBreakpointWidget",

linux.negative.keybindings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.110.1 for Linux
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -136,6 +136,8 @@
136136
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
137137
{ "key": "ctrl+up", "command": "-chat.action.focus",
138138
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
139+
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
140+
"when": "inModelsEditor && inModelsSearch" },
139141
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
140142
"when": "breakpointWidgetVisible && textInputFocus" },
141143
{ "key": "escape", "command": "-closeBreakpointWidget",

macos.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.110.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",

macos.negative.keybindings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.110.1 for macOS
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",

windows.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.110.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "workbench.action.exitZenMode",
@@ -152,8 +152,6 @@
152152
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
153153
{ "key": "ctrl+up", "command": "chat.action.focus",
154154
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
155-
{ "key": "escape", "command": "chat.models.action.clearSearchResults",
156-
"when": "inModelsEditor && inModelsSearch" },
157155
{ "key": "shift+escape", "command": "closeBreakpointWidget",
158156
"when": "breakpointWidgetVisible && textInputFocus" },
159157
{ "key": "escape", "command": "closeBreakpointWidget",

windows.negative.keybindings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Default Keybindings of Visual Studio Code 1.110.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.110.1 for Windows
22

33
[
44
{ "key": "escape escape", "command": "-workbench.action.exitZenMode",
@@ -152,8 +152,6 @@
152152
"when": "chatCursorAtTop && inChatInput && !quickChatHasFocus" },
153153
{ "key": "ctrl+up", "command": "-chat.action.focus",
154154
"when": "inChatInput && isLinux && !quickChatHasFocus || inChatInput && isWindows && !quickChatHasFocus" },
155-
{ "key": "escape", "command": "-chat.models.action.clearSearchResults",
156-
"when": "inModelsEditor && inModelsSearch" },
157155
{ "key": "shift+escape", "command": "-closeBreakpointWidget",
158156
"when": "breakpointWidgetVisible && textInputFocus" },
159157
{ "key": "escape", "command": "-closeBreakpointWidget",

0 commit comments

Comments
 (0)