1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 00:35:46 +03:00
wezterm/docs/config/lua/keyassignment/Hide.md
Wez Furlong 05b02e178b window: fix Hide action on Windows
This was hiding the window completely with no way to show it again(!).
Change it instead to minimize, which was the intent.

refs: #296
2020-10-14 08:42:55 -07:00

158 B

Hide

Hides (or minimizes, depending on the platform) the current window.

return {
  keys = {
    {key="h", mods="CMD", action="Hide"},
  }
}