wezterm: add launcher shortcut
This commit is contained in:
parent
de0266996c
commit
fe3b0111f2
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue