dotfiles/.config/alacritty/alacritty.toml

33 lines
695 B
TOML
Raw Normal View History

2024-12-19 12:03:05 +00:00
[general]
live_config_reload = true
import = [
"~/.config/alacritty/themes/Homebrew.toml"
]
[cursor.style]
shape = "Block"
[font]
size = 20
normal = { family = "Terminess Nerd Font", style = "Regular" }
bold = { family = "Terminess Nerd Font", style = "Bold" }
italic = { family = "Terminess Nerd Font", style = "Italic" }
bold_italic = { family = "Terminess Nerd Font", style = "Bold Italic" }
builtin_box_drawing = false
[scrolling]
history = 100000
[selection]
save_to_clipboard = true
[window]
opacity = 0.85
startup_mode = "Maximized"
[keyboard]
bindings = [
{key="Space", mods="Command | Shift", mode="AppCursor | AppKeypad | ~Search | Alt | Vi", command="ToggleViMode"},
]