; * etc/NEWS: Minor copyedit about 'repeat-mode'.

This commit is contained in:
Eli Zaretskii 2021-10-19 15:12:43 +03:00
parent 380981ddb5
commit e55e2d4a11

View file

@ -3220,19 +3220,20 @@ batch mode.
+++ +++
** New transient mode 'repeat-mode' to allow shorter key sequences. ** New transient mode 'repeat-mode' to allow shorter key sequences.
You can type 'C-x u u' instead of 'C-x u C-x u' to undo many changes, Type "M-x repeat-mode RET" to enable this mode. You can then type
'C-x o o' instead of 'C-x o C-x o' to switch several windows, 'C-x u u' instead of 'C-x u C-x u' to undo many changes, 'C-x o o'
'C-x { { } } ^ ^ v v' to resize the selected window interactively, instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
'M-g n n p p' to navigate next-error matches. Any other key exits resize the selected window interactively, 'M-g n n p p' to navigate
transient mode and then is executed normally. 'repeat-exit-key' next-error matches. Any other key exits transient mode and then is
defines an additional key to exit mode like 'isearch-exit' ('RET'). executed normally. 'repeat-exit-key' defines an additional key to
The user option 'repeat-exit-timeout' specifies the number of exit mode like 'isearch-exit' ('RET'). The user option
seconds of idle time to break the repetition chain automatically. 'repeat-exit-timeout' specifies the number of seconds of idle time to
With 'repeat-keep-prefix' you can keep the prefix arg of the previous break the repetition chain automatically. With 'repeat-keep-prefix'
command. For example, this can help to reverse the window navigation you can keep the prefix arg of the previous command. For example,
direction with e.g. 'C-x o M-- o o'. Also it can help to set a new this can help to reverse the window navigation direction with
step with e.g. 'C-x { C-5 { { {', which will set the window resizing e.g. 'C-x o M-- o o'. Also it can help to set a new step with
step to 5 columns. e.g. 'C-x { C-5 { { {', which will set the window resizing step to 5
columns.
--- ---
** New themes 'modus-vivendi' and 'modus-operandi'. ** New themes 'modus-vivendi' and 'modus-operandi'.