diff options
| author | James Thomas | 2025-06-16 01:20:31 +0530 |
|---|---|---|
| committer | Eli Zaretskii | 2025-08-02 17:25:14 +0300 |
| commit | cd31c3cb423baaaa9f7f3fa9eab274c09f2db1e9 (patch) | |
| tree | 57dadad87d5cafe5acb123a6f9ff180af49417c7 /etc | |
| parent | e52ed1b5d1531e7dc15f3f8ddf7042b0a7e71f50 (diff) | |
| download | emacs-cd31c3cb423baaaa9f7f3fa9eab274c09f2db1e9.tar.gz emacs-cd31c3cb423baaaa9f7f3fa9eab274c09f2db1e9.zip | |
Add 'other-window-backward' for a default binding (bug#78803)
This moves in the opposite direction to 'other-window' by
default, and is consistent with its repeat map.
* lisp/window.el (other-window-backward): New function bound to
'C-x O'.
(ctl-x-map): Update definition.
* doc/emacs/windows.texi (Other Window): Update docs.
* etc/NEWS: Annouce the new command.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -333,6 +333,10 @@ helps to restore window buffers across Emacs sessions. | |||
| 333 | You can use this in 'display-buffer-alist' to match buffers displayed | 333 | You can use this in 'display-buffer-alist' to match buffers displayed |
| 334 | during the execution of particular commands. | 334 | during the execution of particular commands. |
| 335 | 335 | ||
| 336 | *** New command 'other-window-backward' ('C-x O'). | ||
| 337 | This moves in the opposite direction of 'other-window' and is for its | ||
| 338 | default keybinding consistent with 'repeat-mode'. | ||
| 339 | |||
| 336 | ** Frames | 340 | ** Frames |
| 337 | 341 | ||
| 338 | +++ | 342 | +++ |