Hide
Hides (or minimizes, depending on the platform) the current window.
local wezterm = require 'wezterm'
return {
keys = {
{key="h", mods="CMD", action=wezterm.action.Hide},
}
}
Hides (or minimizes, depending on the platform) the current window.
local wezterm = require 'wezterm'
return {
keys = {
{key="h", mods="CMD", action=wezterm.action.Hide},
}
}