Skip to content

Commit 17e91cd

Browse files
authored
Merge pull request #171 from codebling/update-default-keybindings-2025-08-14-01-42
Update for VSCode 1.103.1
2 parents 11b0c6b + 7c41a6e commit 17e91cd

6 files changed

+6
-6
lines changed

linux.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.103.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.103.1 for Linux
22

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

linux.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.103.0 for Linux
1+
// Default Keybindings of Visual Studio Code 1.103.1 for Linux
22

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

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.103.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.103.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.103.0 for macOS
1+
// Default Keybindings of Visual Studio Code 1.103.1 for macOS
22

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

windows.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.103.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.103.1 for Windows
22

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

windows.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.103.0 for Windows
1+
// Default Keybindings of Visual Studio Code 1.103.1 for Windows
22

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

0 commit comments

Comments
 (0)