wezterm: add launcher shortcut

This commit is contained in:
Daniel Lundin 2023-03-08 12:59:55 +01:00
parent de0266996c
commit fe3b0111f2

View file

@ -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 = {
{