diff options
| author | Juri Linkov | 2020-07-01 00:30:18 +0300 |
|---|---|---|
| committer | Juri Linkov | 2020-07-01 00:30:18 +0300 |
| commit | e98ddd6fc1626a7417a76a4ce51c4591731d1c26 (patch) | |
| tree | 27ef8cb8c7494a1813d2043dde429b481c3edd8f /etc | |
| parent | bc8089a3fa11161428c51439fd3b26fd6583345d (diff) | |
| download | emacs-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/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -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. | ||
| 121 | It's bound to the command 'same-window-prefix' that requests the buffer | ||
| 122 | of 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. |
| 125 | It's bound to the command 'other-window-prefix' that requests the buffer | ||
| 126 | of 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. |
| 131 | It's bound to the command 'other-frame-prefix' that requests the buffer | ||
| 132 | of 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. |
| 137 | It's bound to the command 'other-tab-prefix' that requests the buffer | ||
| 138 | of 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. |
| 131 | Show/hide the tab bar independently for each frame, according to the | 141 | Show/hide the tab bar independently for each frame, according to the |