mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 09:53:10 +00:00
fix(config): wezterm now sends alt correctly
This commit is contained in:
@@ -11,6 +11,8 @@ config.window_background_opacity = 0.97
|
|||||||
-- Don't show tab bar
|
-- Don't show tab bar
|
||||||
config.enable_tab_bar = false
|
config.enable_tab_bar = false
|
||||||
|
|
||||||
|
config.send_composed_key_when_left_alt_is_pressed = true
|
||||||
|
|
||||||
-- Function to detect the theme based on appearance
|
-- Function to detect the theme based on appearance
|
||||||
function Scheme_for_appearance(appearance)
|
function Scheme_for_appearance(appearance)
|
||||||
if appearance:find("Dark") then
|
if appearance:find("Dark") then
|
||||||
|
|||||||
Reference in New Issue
Block a user