Now makes use of alacritty include feature and should work without showing any git repo changes, even when changing color scheme. Only difference being that *no* color scheme requires a deletion of a line in `alacritty.yml`.
15 lines
397 B
YAML
15 lines
397 B
YAML
scrolling:
|
|
# Maximum number of lines in the scrollback buffer.
|
|
# Specifying '0' will disable scrolling.
|
|
history: 10000
|
|
|
|
# Number of lines the viewport will move for every line scrolled when
|
|
# scrollback is enabled (history > 0).
|
|
multiplier: 3
|
|
|
|
# Allow terminal applications to change Alacritty's window title.
|
|
window.dynamic_title: true
|
|
|
|
import:
|
|
- .config/alacritty/colorscheme.yml
|
|
|