diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 05173e6a..7834cc78 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -54,7 +54,14 @@ scrolling: # to the terminal. auto_scroll: false -# Display tabs using this many cells (changes require restart) +# Spaces per Tab +# +# This setting defines the width of a tab in cells. Changes to this +# value require a restart to take effect. +# +# 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 # When true, bold text is drawn using the bright variant of colors. |