aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-12-05 01:03:45 +0200
committerJuri Linkov2019-12-05 01:03:45 +0200
commitf336ae77cc422d82ea2738238b68234bc4c40966 (patch)
tree4e36ea4b02e4f9988c90cfab853cb8ddbd443921 /etc
parent1e4c6f8333989ffe16cdffa2e082a061274f1e4e (diff)
downloademacs-f336ae77cc422d82ea2738238b68234bc4c40966.tar.gz
emacs-f336ae77cc422d82ea2738238b68234bc4c40966.zip
* lisp/windmove.el (windmove-display-new-tab): New command.
(windmove-display-default-keybindings): Bind it to '?t'. (windmove-display-in-direction): Call tab-bar-new-tab when 'dir' is 'new-tab'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3d17b8f979c..20b86173e93 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -820,7 +820,8 @@ displays the buffer from the next command in that window. For example,
820'S-M-right C-h i' displays the "*Info*" buffer in the right window, 820'S-M-right C-h i' displays the "*Info*" buffer in the right window,
821creating the window if necessary. A special key can be customized to 821creating the window if necessary. A special key can be customized to
822display the buffer in the same window, for example, 'S-M-0 C-h e' 822display the buffer in the same window, for example, 'S-M-0 C-h e'
823displays the "*Messages*" buffer in the same window. 823displays the "*Messages*" buffer in the same window. 'S-M-t C-h C-n'
824displays NEWS in a new tab.
824 825
825*** Windmove also supports directional window deletion. 826*** Windmove also supports directional window deletion.
826The new command 'windmove-delete-default-keybindings' binds default 827The new command 'windmove-delete-default-keybindings' binds default