]> git.eshelyaron.com Git - emacs.git/commit
The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)
authorJuri Linkov <juri@linkov.net>
Sat, 6 Jun 2020 23:42:24 +0000 (02:42 +0300)
committerJuri Linkov <juri@linkov.net>
Sat, 6 Jun 2020 23:42:24 +0000 (02:42 +0300)
commit788cd6d8b98c0e7750e478ae84e580f29576b5ff
tree46c566e2e9e89003d4ba2555c3c8e6c56151cdcf
parent7ac79872aed63110c0d26c1e62e1838d6101c9bd
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.
etc/NEWS
lisp/tab-bar.el
lisp/windmove.el
lisp/window.el