diff options
| author | Juri Linkov <juri@linkov.net> | 2020-06-07 02:42:24 +0300 |
|---|---|---|
| committer | Juri Linkov <juri@linkov.net> | 2020-06-07 02:42:24 +0300 |
| commit | 788cd6d8b98c0e7750e478ae84e580f29576b5ff (patch) | |
| tree | 46c566e2e9e89003d4ba2555c3c8e6c56151cdcf /etc | |
| parent | 7ac79872aed63110c0d26c1e62e1838d6101c9bd (diff) | |
| download | emacs-788cd6d8b98c0e7750e478ae84e580f29576b5ff.tar.gz | |
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. * Changes in Specialized Modes and Packages in Emacs 28.1 +** Tab Bars + +*** The key prefix 'C-x t t' displays next command buffer in a new tab. + ** New bindings in occur-mode, 'next-error-no-select' bound to 'n' and 'previous-error-no-select' bound to 'p'. |
