From d251ea9cdc7f0c0ed780b2cb82bd9e0693156560 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 14 Aug 2024 23:45:28 +0300 Subject: [PATCH] fix(config): wezterm now sends alt correctly --- config/wezterm/wezterm.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index cfdd8bb..210aa8f 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -11,6 +11,8 @@ config.window_background_opacity = 0.97 -- Don't show tab bar config.enable_tab_bar = false +config.send_composed_key_when_left_alt_is_pressed = true + -- Function to detect the theme based on appearance function Scheme_for_appearance(appearance) if appearance:find("Dark") then