wezterm: fullscreen key

This commit is contained in:
Daniel Lundin 2022-01-09 20:21:30 +01:00
parent 1adb9af132
commit 35bbd19cea

View file

@ -163,6 +163,7 @@ return {
{key="-", mods="CTRL", action="DecreaseFontSize"},
{key="=", mods="CTRL", action="IncreaseFontSize"},
{key="Enter", mods="ALT", action="ToggleFullScreen"},
--[[
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},