diff options
| author | Juri Linkov | 2020-06-07 02:42:24 +0300 |
|---|---|---|
| committer | Juri Linkov | 2020-06-07 02:42:24 +0300 |
| commit | 788cd6d8b98c0e7750e478ae84e580f29576b5ff (patch) | |
| tree | 46c566e2e9e89003d4ba2555c3c8e6c56151cdcf /etc | |
| parent | 7ac79872aed63110c0d26c1e62e1838d6101c9bd (diff) | |
| download | emacs-788cd6d8b98c0e7750e478ae84e580f29576b5ff.tar.gz emacs-788cd6d8b98c0e7750e478ae84e580f29576b5ff.zip | |
The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)
* lisp/tab-bar.el (other-tab-prefix): New command.
(tab-prefix-map): Bind key 'C-x t t' to other-tab-prefix.
* lisp/windmove.el (windmove-display-in-direction):
Use display-buffer-override-next-command.
* lisp/window.el (display-buffer-override-next-command):
New function refactored from windmove-display-in-direction.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -109,6 +109,10 @@ setting the variable 'auto-save-visited-mode' buffer-locally to nil. | |||
| 109 | 109 | ||
| 110 | * Changes in Specialized Modes and Packages in Emacs 28.1 | 110 | * Changes in Specialized Modes and Packages in Emacs 28.1 |
| 111 | 111 | ||
| 112 | ** Tab Bars | ||
| 113 | |||
| 114 | *** The key prefix 'C-x t t' displays next command buffer in a new tab. | ||
| 115 | |||
| 112 | ** New bindings in occur-mode, 'next-error-no-select' bound to 'n' and | 116 | ** New bindings in occur-mode, 'next-error-no-select' bound to 'n' and |
| 113 | 'previous-error-no-select' bound to 'p'. | 117 | 'previous-error-no-select' bound to 'p'. |
| 114 | 118 | ||