diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-03-01 04:07:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 07:07:36 +0300 |
commit | 8c6422458299496f6fa2a6984c93bd05b55c1888 (patch) | |
tree | 20197a827cbe8b06bd9f6d45be102fc2d8821a3e /alacritty.yml | |
parent | bea6ece3f6e4f116e9f0319b6d0002943f28e3b8 (diff) | |
download | alacritty-8c6422458299496f6fa2a6984c93bd05b55c1888.tar.gz alacritty-8c6422458299496f6fa2a6984c93bd05b55c1888.zip |
Remove `tabspaces` config option
This completely removes the tabspaces option from the Alacritty
configuration, due to frequent misuse of it. Based on some research,
none of the terminal emulators support setting the value for tabspaces
or read the terminfo to determine init_tabs value at startup. The tested
terminal emulators were URxvt, XTerm, and Termite.
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 b65b4f01..7ed4666b 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -87,15 +87,6 @@ # scrollback is enabled (history > 0). #multiplier: 3 -# 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 #font: # Normal (roman) font face |