alacritty: 0 to reset font size
This commit is contained in:
parent
6710a92897
commit
98abdb6aef
1 changed files with 2 additions and 7 deletions
|
|
@ -12,13 +12,7 @@
|
||||||
# selection (Ctrl v). You can also toggle between them while the selection is
|
# selection (Ctrl v). You can also toggle between them while the selection is
|
||||||
# still active.
|
# still active.
|
||||||
|
|
||||||
import = [
|
import = ["~/.config/alacritty/tokyonight_day.toml"]
|
||||||
#"~/.config/alacritty/tokyonight_day.toml",
|
|
||||||
#"~/.config/alacritty/tokyonight_moon.toml",
|
|
||||||
#"~/.config/alacritty/tokyonight_night.toml",
|
|
||||||
"~/.config/alacritty/tokyonight_storm.toml",
|
|
||||||
#"~/.config/alacritty/catppuccin-macchiato.toml",
|
|
||||||
]
|
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
||||||
|
|
@ -54,6 +48,7 @@ bindings = [
|
||||||
# Required to make Ctrl+/ work on macOS (used in Telescope)
|
# Required to make Ctrl+/ work on macOS (used in Telescope)
|
||||||
{ chars = "\u001F", key = "Slash", mods = "Control" },
|
{ chars = "\u001F", key = "Slash", mods = "Control" },
|
||||||
{ key = "Key0", mods = "Command", action = "ResetFontSize" },
|
{ key = "Key0", mods = "Command", action = "ResetFontSize" },
|
||||||
|
{ key = "0", mods = "Command", action = "ResetFontSize" },
|
||||||
{ key = "Plus", mods = "Command", action = "IncreaseFontSize" },
|
{ key = "Plus", mods = "Command", action = "IncreaseFontSize" },
|
||||||
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
{ key = "Minus", mods = "Command", action = "DecreaseFontSize" },
|
||||||
{ key = "PageUp", mods = "Shift", action = "ScrollPageUp" },
|
{ key = "PageUp", mods = "Shift", action = "ScrollPageUp" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue