dotfiles/sub/alacritty/alacritty.yml
2022-05-30 01:39:37 +03:00

34 lines
576 B
YAML

window:
dynamic_title: true
dimensions:
columns: 150
lines: 42
opacity: 0.83
mouse:
hide_when_typing: true
scrolling:
history: 100000
multiplier: 3
env:
TERM: xterm-256color
WINIT_X11_SCALE_FACTOR: "1"
key_bindings:
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
- { key: F11, action: ToggleFullScreen }
- { key: H, mods: Control, chars: "\x1bb" } # one word left
- { key: L, mods: Control, chars: "\x1bf" } # one word right
live_config_reload: true
font:
normal:
family: FiraCode Nerd Font Mono
size: 11