add shortcut for panel zoom

This commit is contained in:
Natercio Moniz
2025-06-11 13:12:24 +01:00
parent fdf8cac55d
commit 9d74fc63d3

View File

@@ -83,6 +83,11 @@ config.keys = {
mods = "ALT",
action = act.CloseCurrentPane({ confirm = false }),
},
{
key = "z",
mods = "ALT",
action = wezterm.action.TogglePaneZoomState,
},
}
return config