Files
dotfiles/alacritty/.config/alacritty/alacritty.toml
2024-04-20 02:52:27 +05:30

57 lines
852 B
TOML

live_config_reload = true
[colors.primary]
background = "0x000000"
foreground = "0xeaeaea"
[cursor]
style = "Beam"
unfocused_hollow = true
[font]
normal = {family="IBM Plex Mono", style="Regular"}
size = 12.0
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Alt"
[[keyboard.bindings]]
action = "Copy"
key = "C"
mods = "Alt"
[[keyboard.bindings]]
action = "PasteSelection"
key = "Insert"
mods = "Shift"
[[keyboard.bindings]]
action = "ResetFontSize"
key = "Key0"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Equals"
mods = "Control"
[[keyboard.bindings]]
action = "IncreaseFontSize"
key = "Plus"
mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[[keyboard.bindings]]
action = "DecreaseFontSize"
key = "Minus"
mods = "Control"
[shell]
program = "/bin/zsh"