aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJames Thomas2025-06-16 01:20:31 +0530
committerEli Zaretskii2025-08-02 17:25:14 +0300
commitcd31c3cb423baaaa9f7f3fa9eab274c09f2db1e9 (patch)
tree57dadad87d5cafe5acb123a6f9ff180af49417c7 /doc
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 'doc')
-rw-r--r--doc/emacs/windows.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 9473f189c25..4f04dc542eb 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -158,6 +158,8 @@ this option is @code{nil}.
158@table @kbd 158@table @kbd
159@item C-x o 159@item C-x o
160Select another window (@code{other-window}). 160Select another window (@code{other-window}).
161@item C-x O
162Select another window, backwards (@code{other-window-backward}).
161@item C-M-v 163@item C-M-v
162Scroll the next window upward (@code{scroll-other-window}). 164Scroll the next window upward (@code{scroll-other-window}).
163@item C-M-S-v 165@item C-M-S-v
@@ -183,7 +185,8 @@ cycle in the opposite order. When the minibuffer is active, the
183minibuffer window is the last window in the cycle; you can switch from 185minibuffer window is the last window in the cycle; you can switch from
184the minibuffer window to one of the other windows, and later switch 186the minibuffer window to one of the other windows, and later switch
185back and finish supplying the minibuffer argument that is requested. 187back and finish supplying the minibuffer argument that is requested.
186@xref{Minibuffer Edit}. 188@xref{Minibuffer Edit}. @kbd{C-x O} is similar, but defaults to the
189opposite order.
187 190
188@findex next-window-any-frame 191@findex next-window-any-frame
189The @code{other-window} command will normally only switch to the next 192The @code{other-window} command will normally only switch to the next