diff --git a/wezterm.lua b/wezterm.lua index ea63b1a..a4e85ec 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -83,6 +83,11 @@ config.keys = { mods = "ALT", action = act.CloseCurrentPane({ confirm = false }), }, + { + key = "z", + mods = "ALT", + action = wezterm.action.TogglePaneZoomState, + }, } return config