mirror of
https://github.com/wez/wezterm.git
synced 2024-12-01 00:35:46 +03:00
05b02e178b
This was hiding the window completely with no way to show it again(!). Change it instead to minimize, which was the intent. refs: #296
158 B
158 B
Hide
Hides (or minimizes, depending on the platform) the current window.
return {
keys = {
{key="h", mods="CMD", action="Hide"},
}
}