# ActivateLastTab Activate the last active tab. If there is none, it will do nothing. ```lua return { keys = { {key="o", mods="LEADER|CTRL", action="ActivateLastTab"}, } } ```