Skip to content

Commit

Permalink
Remove duplicate entries from defaults.json (microsoft#18527)
Browse files Browse the repository at this point in the history
- Remove duplicated entries.
- Fix whitespace.

Co-authored-by: João Guerra <joca-bt@users.noreply.github.com>
  • Loading branch information
joca-bt and joca-bt authored Feb 12, 2025
1 parent f28f658 commit b8ff95d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/cascadia/TerminalSettingsModel/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,6 @@
// Visual Adjustments
{ "command": { "action": "adjustFontSize", "delta": 1 }, "id": "Terminal.IncreaseFontSize" },
{ "command": { "action": "adjustFontSize", "delta": -1 }, "id": "Terminal.DecreaseFontSize" },
{ "command": { "action": "adjustFontSize", "delta": 1 }, "id": "Terminal.IncreaseFontSize" },
{ "command": { "action": "adjustFontSize", "delta": -1 }, "id": "Terminal.DecreaseFontSize" },
{ "command": "resetFontSize", "id": "Terminal.ResetFontSize" },
{ "command": "resetFontSize", "id": "Terminal.ResetFontSize" },

// Other commands
Expand Down Expand Up @@ -663,8 +660,8 @@
{ "keys": "ctrl+shift+,", "id": "Terminal.OpenSettingsFile" },
{ "keys": "ctrl+alt+,", "id": "Terminal.OpenDefaultSettingsFile" },
{ "keys": "ctrl+shift+f", "id": "Terminal.FindText" },
{ "keys":"ctrl+shift+p", "id": "Terminal.ToggleCommandPalette" },
{ "keys":"win+sc(41)", "id": "Terminal.QuakeMode" },
{ "keys": "ctrl+shift+p", "id": "Terminal.ToggleCommandPalette" },
{ "keys": "win+sc(41)", "id": "Terminal.QuakeMode" },
{ "keys": "alt+space", "id": "Terminal.OpenSystemMenu" },
{ "keys": "ctrl+shift+period", "id": "Terminal.Suggestions" },

Expand Down

0 comments on commit b8ff95d

Please sign in to comment.