Function: tab-select
tab-select is a and interactive for tab-bar-select-tab,
defined in tab-bar.el.gz.
Signature
(tab-select &optional TAB-NUMBER)
Documentation
Switch to the tab by its absolute position TAB-NUMBER in the tab bar.
When this command is bound to a numeric key (with a key prefix or modifier key
using tab-bar-select-tab-modifiers), calling it without an argument
will translate its bound numeric key to the numeric argument.
Also the prefix argument TAB-NUMBER can be used to override
the numeric key, so it takes precedence over the bound digit key.
For example, <MODIFIER>-2 will select the second tab, but C-u 15
<MODIFIER>-2 will select the 15th tab. TAB-NUMBER counts from 1.
Negative TAB-NUMBER counts tabs from the end of the tab bar.
Key Bindings