aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2020-07-01 00:30:18 +0300
committerJuri Linkov2020-07-01 00:30:18 +0300
commite98ddd6fc1626a7417a76a4ce51c4591731d1c26 (patch)
tree27ef8cb8c7494a1813d2043dde429b481c3edd8f /etc
parentbc8089a3fa11161428c51439fd3b26fd6583345d (diff)
downloademacs-e98ddd6fc1626a7417a76a4ce51c4591731d1c26.tar.gz
emacs-e98ddd6fc1626a7417a76a4ce51c4591731d1c26.zip
Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)
* lisp/window.el (ctl-x-4-map): Bind 'C-x 4 1' to 'same-window-prefix'. * doc/emacs/windows.texi (Pop Up Window): Add 'C-x 4 4' and 'C-x 4 1'. * doc/emacs/frames.texi (Creating Frames): Add 'C-x 5 5'. (Tab Bars): Add 'C-x t t'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ddc0999c9e8..d215f0dacfb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -117,15 +117,25 @@ setting the variable 'auto-save-visited-mode' buffer-locally to nil.
117 117
118** Windows 118** Windows
119 119
120*** The key prefix 'C-x 4 1' displays next command buffer in the same window.
121It's bound to the command 'same-window-prefix' that requests the buffer
122of the next command to be displayed in the same window.
123
120*** The key prefix 'C-x 4 4' displays next command buffer in a new window. 124*** The key prefix 'C-x 4 4' displays next command buffer in a new window.
125It's bound to the command 'other-window-prefix' that requests the buffer
126of the next command to be displayed in a new window.
121 127
122** Frames 128** Frames
123 129
124*** The key prefix 'C-x 5 5' displays next command buffer in a new frame. 130*** The key prefix 'C-x 5 5' displays next command buffer in a new frame.
131It's bound to the command 'other-frame-prefix' that requests the buffer
132of the next command to be displayed in a new frame.
125 133
126** Tab Bars 134** Tab Bars
127 135
128*** The key prefix 'C-x t t' displays next command buffer in a new tab. 136*** The key prefix 'C-x t t' displays next command buffer in a new tab.
137It's bound to the command 'other-tab-prefix' that requests the buffer
138of the next command to be displayed in a new tab.
129 139
130*** The tab bar is frame-local when 'tab-bar-show' is a number. 140*** The tab bar is frame-local when 'tab-bar-show' is a number.
131Show/hide the tab bar independently for each frame, according to the 141Show/hide the tab bar independently for each frame, according to the