diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 50d36b42..f31f0746 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -352,6 +352,9 @@ live_config_reload: true # 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 |