From 449f48e27f287b0dba66ca4a90f8ada3557fbc77 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 1 Apr 2023 23:55:03 +0200 Subject: alacritty: remove deprecated config key --- alacritty/.config/alacritty/alacritty.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 424f8b4..4ccd3df 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -296,20 +296,6 @@ shell: # args: # - --login -# Windows 10 ConPTY backend (Windows only) -# -# This will enable better color support and may resolve other issues, -# however this API and its implementation is still young and so is -# disabled by default, as stability may not be as good as the winpty -# backend. -# -# Alacritty will fall back to the WinPTY automatically if the ConPTY -# backend cannot be initialized. -enable_experimental_conpty_backend: false - -# Send ESC (\x1b) before characters when alt is pressed. -alt_send_esc: true - # Key bindings # # Key bindings are specified as a list of objects. Each binding will specify a -- cgit v1.2.3