Also it's possible to switch named persistent window configurations
without having graphical access to the tab-bar, even on a tty
or when 'tab-bar-mode' is disabled, with these commands:
+'list-tabs' displays a list of named window configurations for switching;
'make-tab' creates a new window configuration;
'delete-tab' deletes the current window configuration;
-'list-tabs' displays a list of named window configurations.
+'switch-to-tab' switches to the window configuration by its name;
+'previous-tab' switches to the previous window configuration;
+'next-tab' switches to the next window configuration.
** 'global-tab-line-mode' enables the tab-line above each window to
switch buffers in it to previous/next buffers. Selecting a previous
(message "Deleted the current tab")))
(defalias 'list-tabs 'tab-bar-list)
+(defalias 'switch-to-tab 'tab-bar-select-tab)
+(defalias 'previous-tab 'tab-bar-switch-to-prev-tab)
+(defalias 'next-tab 'tab-bar-switch-to-next-tab)
(defun tab-bar-list ()
"Display a list of named window configurations.