aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJames Thomas2025-06-16 01:20:31 +0530
committerEli Zaretskii2025-08-02 17:25:14 +0300
commitcd31c3cb423baaaa9f7f3fa9eab274c09f2db1e9 (patch)
tree57dadad87d5cafe5acb123a6f9ff180af49417c7 /etc
parente52ed1b5d1531e7dc15f3f8ddf7042b0a7e71f50 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b9e06f99d9..e12a9dcb127 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -333,6 +333,10 @@ helps to restore window buffers across Emacs sessions.
333You can use this in 'display-buffer-alist' to match buffers displayed 333You can use this in 'display-buffer-alist' to match buffers displayed
334during the execution of particular commands. 334during the execution of particular commands.
335 335
336*** New command 'other-window-backward' ('C-x O').
337This moves in the opposite direction of 'other-window' and is for its
338default keybinding consistent with 'repeat-mode'.
339
336** Frames 340** Frames
337 341
338+++ 342+++