add shortcut for panel zoom
This commit is contained in:
@@ -83,6 +83,11 @@ config.keys = {
|
|||||||
mods = "ALT",
|
mods = "ALT",
|
||||||
action = act.CloseCurrentPane({ confirm = false }),
|
action = act.CloseCurrentPane({ confirm = false }),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key = "z",
|
||||||
|
mods = "ALT",
|
||||||
|
action = wezterm.action.TogglePaneZoomState,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
|||||||
Reference in New Issue
Block a user