Function: tab-new
tab-new is a function alias and interactive for tab-bar-new-tab,
defined in tab-bar.el.gz.
Signature
(tab-new &optional ARG FROM-NUMBER)
Documentation
Create a new tab ARG positions to the right.
If a negative ARG, create a new tab ARG positions to the left.
If ARG is zero, create a new tab in place of the current tab.
If no ARG is specified, then add a new tab at the position
specified by tab-bar-new-tab-to(var)/tab-bar-new-tab-to(fun).
Argument addressing is relative in contrast to tab-bar-new-tab-to(var)/tab-bar-new-tab-to(fun),
where argument addressing is absolute.
If FROM-NUMBER is a tab number, a new tab is created from that tab.
Key Bindings