summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2020-06-07 02:42:24 +0300
committerJuri Linkov <juri@linkov.net>2020-06-07 02:42:24 +0300
commit788cd6d8b98c0e7750e478ae84e580f29576b5ff (patch)
tree46c566e2e9e89003d4ba2555c3c8e6c56151cdcf /etc
parent7ac79872aed63110c0d26c1e62e1838d6101c9bd (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index edad5b37d6c..6e94d4a91ba 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.