mirror of
https://github.com/wez/wezterm.git
synced 2024-12-26 14:54:16 +03:00
e0ea0f46a8
refs: https://github.com/wez/wezterm/pull/2273 refs: https://github.com/wez/wezterm/issues/2253
408 B
408 B
ResetFontAndWindowSize
Since: 20210314-114017-04b7cedd
Reset both the font size and the terminal dimensions for the current window to
the values specified by your font
, initial_rows
, and initial_cols
configuration.
local wezterm = require 'wezterm'
return {
keys = {
{
key = '0',
mods = 'CTRL',
action = wezterm.action.ResetFontAndWindowSize,
},
},
}