clean up alacritty.toml
This commit is contained in:
@@ -7,40 +7,6 @@ padding.y = 10
|
|||||||
|
|
||||||
decorations = "Buttonless"
|
decorations = "Buttonless"
|
||||||
|
|
||||||
# Linux / Windows: Ctrl + Shift + . and Ctrl + Shift + ,
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Period"
|
|
||||||
mods = "Control|Shift"
|
|
||||||
action = "IncreaseFontSize"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Comma"
|
|
||||||
mods = "Control|Shift"
|
|
||||||
action = "DecreaseFontSize"
|
|
||||||
|
|
||||||
# macOS: Command + Shift + . and Command + Shift + ,
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Period"
|
|
||||||
mods = "Command|Shift"
|
|
||||||
action = "IncreaseFontSize"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "Comma"
|
|
||||||
mods = "Command|Shift"
|
|
||||||
action = "DecreaseFontSize"
|
|
||||||
|
|
||||||
# Fallbacks for shifted-key quirk (some versions/layouts expect the shifted symbol as 'key')
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = ">"
|
|
||||||
mods = "Control|Shift"
|
|
||||||
action = "IncreaseFontSize"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "<"
|
|
||||||
mods = "Control|Shift"
|
|
||||||
action = "DecreaseFontSize"
|
|
||||||
|
|
||||||
# Also keep the classic = / - shortcuts (often work reliably)
|
|
||||||
[[keyboard.bindings]]
|
[[keyboard.bindings]]
|
||||||
key = "="
|
key = "="
|
||||||
mods = "Control"
|
mods = "Control"
|
||||||
@@ -51,19 +17,9 @@ key = "-"
|
|||||||
mods = "Control"
|
mods = "Control"
|
||||||
action = "DecreaseFontSize"
|
action = "DecreaseFontSize"
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "="
|
|
||||||
mods = "Command"
|
|
||||||
action = "IncreaseFontSize"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
key = "-"
|
|
||||||
mods = "Command"
|
|
||||||
action = "DecreaseFontSize"
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal.family = "GoMono Nerd Font"
|
normal.family = "GoMono Nerd Font"
|
||||||
size=16
|
size=12
|
||||||
|
|
||||||
[colors.primary]
|
[colors.primary]
|
||||||
background = '#2d353b'
|
background = '#2d353b'
|
||||||
|
|||||||
Reference in New Issue
Block a user