diff options
author | David Runge <dave@sleepmap.de> | 2020-04-18 15:24:33 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-04-18 15:24:33 +0200 |
commit | 3e3c75113ac3571c235220b81523b8d970eb0016 (patch) | |
tree | 97617dcc48cc574d8d90174e4c98b4adb601f4c5 | |
parent | 4d3c19e56f2a3238e382b471fd34b5fbc3905d87 (diff) | |
download | dotfiles-3e3c75113ac3571c235220b81523b8d970eb0016.tar.gz dotfiles-3e3c75113ac3571c235220b81523b8d970eb0016.tar.bz2 dotfiles-3e3c75113ac3571c235220b81523b8d970eb0016.tar.xz dotfiles-3e3c75113ac3571c235220b81523b8d970eb0016.zip |
Removing obsoleted tabspace settings.
.config/alacritty/alacritty.yml:
Removing obsoleted tabspace settings.
-rw-r--r-- | .config/alacritty/alacritty.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 9a2588b..70eb228 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -87,18 +87,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 font: # Normal (roman) font face |