[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"}, ]