diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/alacritty.yml b/alacritty.yml index 1b709d65..5e9ca2af 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -87,15 +87,6 @@ # 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 |