wezterm: fullscreen key
This commit is contained in:
parent
1adb9af132
commit
35bbd19cea
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ return {
|
||||||
|
|
||||||
{key="-", mods="CTRL", action="DecreaseFontSize"},
|
{key="-", mods="CTRL", action="DecreaseFontSize"},
|
||||||
{key="=", mods="CTRL", action="IncreaseFontSize"},
|
{key="=", mods="CTRL", action="IncreaseFontSize"},
|
||||||
|
{key="Enter", mods="ALT", action="ToggleFullScreen"},
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
|
{key="LeftArrow", mods="CTRL", action=wezterm.action{ActivateTabRelative=-1}},
|
||||||
|
|
Loading…
Reference in a new issue