Function: tab-new-to
tab-new-to is a function alias and interactive for tab-bar-new-tab-to(var)/tab-bar-new-tab-to(fun),
defined in tab-bar.el.gz.
Signature
(tab-new-to &optional TAB-NUMBER)
Documentation
Add a new tab at the absolute position TAB-NUMBER.
TAB-NUMBER counts from 1. If no TAB-NUMBER is specified, then add
a new tab at the position specified by tab-bar-new-tab-to(var)/tab-bar-new-tab-to(fun).
Negative TAB-NUMBER counts tabs from the end of the tab bar,
and -1 means the new tab will become the last one.
Argument addressing is absolute in contrast to tab-bar-new-tab,
where argument addressing is relative.
After the tab is created, the hooks in
tab-bar-tab-post-open-functions are run.
Key Bindings