From 083b2c666f19e9dba96c80bbf9decd564d43d200 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Fri, 20 Dec 2019 10:44:29 +0800 Subject: [PATCH] Update alacritty config --- alacritty/alacritty.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 18bedb7..4f53360 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -74,18 +74,9 @@ scrolling: history: 10000 # Number of lines the viewport will move for every line scrolled when - # scrollback is enabled (history > 0). + # scroll back is enabled (history > 0). multiplier: 3 - # Faux Scrolling - # - # The `faux_multiplier` setting controls the number of lines the terminal - # should scroll when the alternate screen buffer is active. This is used - # to allow mouse scrolling for applications like `man`. - # - # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. auto_scroll: false