diff options
Diffstat (limited to 'modules/home.legacy/conf/alacritty/yaml/scrolling.yml')
-rw-r--r-- | modules/home.legacy/conf/alacritty/yaml/scrolling.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/alacritty/yaml/scrolling.yml b/modules/home.legacy/conf/alacritty/yaml/scrolling.yml new file mode 100644 index 00000000..50365627 --- /dev/null +++ b/modules/home.legacy/conf/alacritty/yaml/scrolling.yml @@ -0,0 +1,7 @@ +scrolling: + # Maximum number of lines in the scrollback buffer. + # Specifying '0' will disable scrolling. + history: 10000 + + # Scrolling distance multiplier. + multiplier: 3 |