diff options
| author | Juri Linkov | 2019-10-01 23:01:08 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-01 23:01:08 +0300 |
| commit | 3f981a0a89bca47a207fb362485f07e7322bb145 (patch) | |
| tree | 95001fa93b9693684108dd114da2a0232640e32e /etc/NEWS | |
| parent | 457a7edb4784869079eac2a47d2dc1738332c07a (diff) | |
| download | emacs-feature/tabs.tar.gz emacs-feature/tabs.zip | |
Remove unused code and reformat to 70 columns.feature/tabs
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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, |
| 1887 | to switch named persistent window configurations in it using tabs. | 1887 | to switch named persistent window configurations in it using tabs. |
| 1888 | New tab-based keybindings (similar to frame-based): | 1888 | New 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 | |||
| 1897 | without having graphical access to the tab-bar, even on a tty | 1897 | without having graphical access to the tab-bar, even on a tty |
| 1898 | or when 'tab-bar-mode' is disabled, with these commands: | 1898 | or 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; |