aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f824eccaefc..c65e811fe57 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1885,7 +1885,7 @@ good replacement, even in very large source files.
1885 1885
1886** 'tab-bar-mode' enables the tab-bar at the top of each frame, 1886** 'tab-bar-mode' enables the tab-bar at the top of each frame,
1887to switch named persistent window configurations in it using tabs. 1887to switch named persistent window configurations in it using tabs.
1888New tab-based keybindings (similar to frame-based): 1888New tab-based keybindings (similar to frame-based commands):
1889'C-x 6 2' creates a new tab; 1889'C-x 6 2' creates a new tab;
1890'C-x 6 0' deletes the current tab; 1890'C-x 6 0' deletes the current tab;
1891'C-x 6 b' switches to buffer in another tab; 1891'C-x 6 b' switches to buffer in another tab;
@@ -1897,7 +1897,7 @@ Also it's possible to switch named persistent window configurations
1897without having graphical access to the tab-bar, even on a tty 1897without having graphical access to the tab-bar, even on a tty
1898or when 'tab-bar-mode' is disabled, with these commands: 1898or when 'tab-bar-mode' is disabled, with these commands:
1899'tab-new' creates a new window configuration; 1899'tab-new' creates a new window configuration;
1900'tab-delete' deletes the current window configuration; 1900'tab-close' deletes the current window configuration;
1901'tab-select' switches to the window configuration by its name; 1901'tab-select' switches to the window configuration by its name;
1902'tab-previous' switches to the previous window configuration; 1902'tab-previous' switches to the previous window configuration;
1903'tab-next' switches to the next window configuration; 1903'tab-next' switches to the next window configuration;