From 4239c6df9d3363d8d194349289728ac2f918d742 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 31 Mar 2020 17:08:04 +0100 Subject: [PATCH] Remove deprecated alacritty config --- files/alacritty.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index fcc3ee3..d4c7113 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -48,18 +48,6 @@ scrolling: # scrollback is enabled (history > 0). multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. - auto_scroll: true - -# 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