mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-13 04:42:43 -06:00
Remove duplicate entries from defaults.json (#18527)
- Remove duplicated entries. - Fix whitespace. Co-authored-by: João Guerra <joca-bt@users.noreply.github.com>
This commit is contained in:
parent
f28f65870a
commit
b8ff95d6b6
@ -584,9 +584,6 @@
|
|||||||
// Visual Adjustments
|
// Visual Adjustments
|
||||||
{ "command": { "action": "adjustFontSize", "delta": 1 }, "id": "Terminal.IncreaseFontSize" },
|
{ "command": { "action": "adjustFontSize", "delta": 1 }, "id": "Terminal.IncreaseFontSize" },
|
||||||
{ "command": { "action": "adjustFontSize", "delta": -1 }, "id": "Terminal.DecreaseFontSize" },
|
{ "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" },
|
{ "command": "resetFontSize", "id": "Terminal.ResetFontSize" },
|
||||||
|
|
||||||
// Other commands
|
// Other commands
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user