From 45adcf1631be0448edf65ba282ed43d259407dc9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 26 Nov 2019 08:31:30 +0000 Subject: [PATCH] Remove deprecated configuration in alacritty --- files/alacritty.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index 3122bc2..bdfa98a 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -48,15 +48,6 @@ scrolling: # scrollback 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: true