Files
config/alacritty/alacritty.toml
T

28 lines
397 B
TOML

[general]
live_config_reload = true
import = [
"~/.config/alacritty/desktop.toml",
"~/.config/alacritty/color.toml"
]
[window.padding]
x = 32
y = 32
[font]
size = 12.0
[colors]
draw_bold_text_with_bright_colors = true
[cursor.style]
shape = "Block"
blinking = "On"
[keyboard]
bindings = [
{ key = "C", mods = "Alt", action = "Copy" },
{ key = "V", mods = "Alt", action = "Paste" }
]