# IncreaseFontSize Increases the font size of the current window by 10% ```lua local wezterm = require 'wezterm'; return { keys = { {key="=", mods="CTRL", action="IncreaseFontSize"}, } } ```