ActivateTabRelativeNoWrap
¶
Since: Version 20220101-133340-7edc5b5a
The functionality described in this section requires version 20220101-133340-7edc5b5a of wezterm, or a more recent version.
Activate a tab relative to the current tab. The argument value specifies an
offset. eg: -1
activates the tab to the left of the current tab, while 1
activates the tab to the right.
This is almost identical to ActivateTabRelative
but this one will not wrap around; for example, if the first tab is active
ActivateTabRelativeNoWrap=-1
will not move to the last tab and vice versa.