diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 2c90a10..61c67eb 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -175,6 +175,7 @@ return { { key = "0", mods = "ALT", action = act({ ActivateTab = 9 }) }, { key = "RightArrow", mods = "CTRL", action = act.ActivateTabRelative(1) }, { key = "LeftArrow", mods = "CTRL", action = act.ActivateTabRelative(-1) }, + { key = "l", mods = "ALT", action = wezterm.action.ShowLauncher }, }, unix_domains = { {