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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/emacs/windows.texi | 5 |
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 |
| 160 | Select another window (@code{other-window}). | 160 | Select another window (@code{other-window}). |
| 161 | @item C-x O | ||
| 162 | Select another window, backwards (@code{other-window-backward}). | ||
| 161 | @item C-M-v | 163 | @item C-M-v |
| 162 | Scroll the next window upward (@code{scroll-other-window}). | 164 | Scroll 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 | |||
| 183 | minibuffer window is the last window in the cycle; you can switch from | 185 | minibuffer window is the last window in the cycle; you can switch from |
| 184 | the minibuffer window to one of the other windows, and later switch | 186 | the minibuffer window to one of the other windows, and later switch |
| 185 | back and finish supplying the minibuffer argument that is requested. | 187 | back 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 |
| 189 | opposite order. | ||
| 187 | 190 | ||
| 188 | @findex next-window-any-frame | 191 | @findex next-window-any-frame |
| 189 | The @code{other-window} command will normally only switch to the next | 192 | The @code{other-window} command will normally only switch to the next |