ResetFontSize
Reset the font size for the current window to the value in your configuration
local wezterm = require 'wezterm'
return {
keys = {
{key="0", mods="CTRL", action=wezterm.action.ResetFontSize},
}
}
Reset the font size for the current window to the value in your configuration
local wezterm = require 'wezterm'
return {
keys = {
{key="0", mods="CTRL", action=wezterm.action.ResetFontSize},
}
}