DotHub/alacritty/hezkore.toml
Robin C. 1bac768d86 Bind ctrl space in tmux to copy mode
Remove alacritty vi mode copy
Add multiple tmux settings
Add forced terminal colors to tmux
Change alacritty font size
2025-01-21 07:23:24 +01:00

34 lines
523 B
TOML

# Hezkore's Alacritty settings
[window]
dimensions = { columns = 127, lines = 35 }
opacity = 0.99
resize_increments = true
[bell]
animation = "Linear"
duration = 250
color = "#010101"
[scrolling]
multiplier = 1
[font]
normal = { family = "Hack", style = "Regular" }
size = 12
[colors]
transparent_background_colors = true
[colors.primary]
background = "#1e1f29"
[mouse]
hide_when_typing = true
[env]
TERM = "xterm-256color"
[keyboard]
bindings = [
{ key = "Space", mods = "Control|Shift", action = "ReceiveChar" }
]