diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 13557a9..8ccaa20 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -51,27 +51,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 - -# Spaces per Tab (changes require restart) -# -# This setting defines the width of a tab in cells. -# -# Some applications, like Emacs, rely on knowing about the width of a tab. -# To prevent unexpected behavior in these applications, it's also required to -# change the `it` value in terminfo when altering this setting. -tabspaces: 8 - # Font configuration (changes require restart) # # Important font attributes like antialiasing, subpixel aa, and hinting can be