From aab3b4a0106893f1033cec21ec04edc26777da01 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sat, 4 Apr 2020 13:29:23 +0800 Subject: Alacritty: Remove deprecated options from config --- basics/.config/alacritty/alacritty.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'basics/.config/alacritty/alacritty.yml') diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index aba774a..d49d07d 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -59,18 +59,6 @@ scrolling: # scrollback is enabled (history > 0). 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) font: # Normal (roman) font face -- cgit v1.2.3