Tabs are used to be able to view many web pages at the same time. Each tab contains exactly one buffer—multiple buffers per tab are not supported. As a result many buffer and tab commands are interchangeable.
Show a list of buffers (=tabs) matching
A buffer may be marked with one of the following indicators:
Execute a command without changing the current alternate buffer.
Execute cmd and tell it to output in a new tab. Works only for commands that support it, currently:
Execute cmd and tell it to output in a new window. See
Duplicate the current tab and switch to the duplicate. If
Repeat last
Repeat last
Go to the next tab. Cycles to the first tab when the last is selected. +
If
Go to the next tab. Cycles to the first tab when the last is selected. +
If
Go to the previous tab. Cycles to the last tab when the first is selected. +
If
Switch to the next or
Switch to the previous tab or go
Select the previously selected tab. This provides a quick method of toggling
between two tabs. If
Go to the specified buffer from the buffer list. Argument can be either the
buffer index or the full URL. If
If argument is neither a full URL nor an index but uniquely identifies a
buffer, it is selected. With
If argument is #, the alternate buffer will be selected (see
If no argument is given the current buffer remains current.
Switch to the first tab.
Switch to the last tab.
Detach the current tab, and open it in its own window. As each window must
contain at least one tab it is not possible to detach the only tab in a window.
Use
Attach the current tab to another window. {window-index} is an index into the
list of open windows and
Move the current tab to a position after tab
Delete current buffer (=tab). If
When used with
Like
Close all other tabs.
Undo closing of a tab. If a count is given, don't undo the last but the
Undo closing of all closed tabs. &liberator.host; stores up to 10 closed tabs, even after a browser restart.
Execute cmd in each tab. cmd is executed in each tab starting with the first and ending with the last which becomes the current tab.
cmd should not alter the tab list state by adding, removing or reordering tabs.