From 66d5e587a18a664aec84213723f29ba23e6971ac Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 27 Nov 2019 15:58:00 +0100 Subject: [PATCH] Update alacritty.yml --- system/.config/alacritty/alacritty.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/system/.config/alacritty/alacritty.yml b/system/.config/alacritty/alacritty.yml index 6ea19d3..a48c762 100644 --- a/system/.config/alacritty/alacritty.yml +++ b/system/.config/alacritty/alacritty.yml @@ -60,15 +60,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: false