diff options
author | Simon Dahlberg <thezic@users.noreply.github.com> | 2019-01-17 22:42:12 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-17 20:42:12 +0000 |
commit | 8b155960708a0ff551c5fc8ec65d2c3c6d12e1da (patch) | |
tree | be24c630e3e967ab9834202679d3de63559287e3 /alacritty.yml | |
parent | 0d16478f5d997b6da5488885e15bfb09ca8e7f6d (diff) | |
download | alacritty-8b155960708a0ff551c5fc8ec65d2c3c6d12e1da.tar.gz alacritty-8b155960708a0ff551c5fc8ec65d2c3c6d12e1da.zip |
Add config option to send or not send ESC when ALT-key is pressed
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 |