1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/docs/config/lua/keyassignment/HideApplication.md

14 lines
152 B
Markdown
Raw Normal View History

# HideApplication
On macOS, hide the WezTerm application.
```lua
return {
keys = {
{key="h", mods="CMD", action="HideApplication"},
}
}
```