alacritty.yml: Set scrolling history to the maximum value
This commit is contained in:
@@ -81,10 +81,10 @@ window:
|
|||||||
# Set this to `None` to use the default theme variant.
|
# Set this to `None` to use the default theme variant.
|
||||||
#gtk_theme_variant: None
|
#gtk_theme_variant: None
|
||||||
|
|
||||||
#scrolling:
|
scrolling:
|
||||||
# Maximum number of lines in the scrollback buffer.
|
# Maximum number of lines in the scrollback buffer.
|
||||||
# Specifying '0' will disable scrolling.
|
# Specifying '0' will disable scrolling.
|
||||||
#history: 10000
|
history: 100000
|
||||||
|
|
||||||
# Scrolling distance multiplier.
|
# Scrolling distance multiplier.
|
||||||
#multiplier: 3
|
#multiplier: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user