diff options
| author | Bond_009 <bond.009@outlook.com> | 2023-04-01 23:55:03 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2023-04-01 23:55:03 +0200 |
| commit | 449f48e27f287b0dba66ca4a90f8ada3557fbc77 (patch) | |
| tree | 60be21d2347fdad23381eccb6c24edb3f3a74c17 | |
| parent | db5fc71daf30c0f5f75adee2f9cfa81e2e00d29e (diff) | |
alacritty: remove deprecated config key
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 14 |
1 files changed, 0 insertions, 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 |
