* etc/NEWS: Improve 'repeat-mode' entry.
This commit is contained in:
parent
9c37b812da
commit
9b46150ab0
1 changed files with 18 additions and 10 deletions
28
etc/NEWS
28
etc/NEWS
|
@ -3225,16 +3225,24 @@ Type 'M-x repeat-mode RET' to enable this mode. You can then type
|
||||||
instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
|
instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
|
||||||
resize the selected window interactively, 'M-g n n p p' to navigate
|
resize the selected window interactively, 'M-g n n p p' to navigate
|
||||||
next-error matches. Any other key exits this temporarily enabled
|
next-error matches. Any other key exits this temporarily enabled
|
||||||
transient mode that supports shorter keys, and then after exiting
|
transient mode that supports shorter keys, and then after exiting from
|
||||||
from this mode the default key binding is used for the last typed key.
|
this mode the default key binding is used for the last typed key.
|
||||||
'repeat-exit-key' defines an additional key to exit mode like
|
|
||||||
'isearch-exit' ('RET'). The user option 'repeat-exit-timeout'
|
The user option 'repeat-exit-key' defines an additional key usable to
|
||||||
specifies the number of seconds of idle time to break the repetition
|
exit the mode like 'isearch-exit' ('RET').
|
||||||
chain automatically. With 'repeat-keep-prefix' you can keep the
|
|
||||||
prefix arg of the previous command. For example, this can help to
|
The user option 'repeat-exit-timeout' (default nil, which means
|
||||||
reverse the window navigation direction with e.g. 'C-x o M-- o o'.
|
forever) specifies the number of seconds of idle time after which to
|
||||||
Also it can help to set a new step with e.g. 'C-x { C-5 { { {',
|
break the repetition chain automatically.
|
||||||
which will set the window resizing step to 5 columns.
|
|
||||||
|
When user option 'repeat-keep-prefix' is non-nil (the default), the
|
||||||
|
prefix arg of the previous command is kept. This can be used to
|
||||||
|
e.g. reverse the window navigation direction with 'C-x o M-- o o' or
|
||||||
|
to set a new step with 'C-x { C-5 { { {', which will set the window
|
||||||
|
resizing step to 5 columns.
|
||||||
|
|
||||||
|
'M-x describe-repeat-maps' will display a buffer showing
|
||||||
|
which commands are repeatable in 'repeat-mode'.
|
||||||
|
|
||||||
---
|
---
|
||||||
** New themes 'modus-vivendi' and 'modus-operandi'.
|
** New themes 'modus-vivendi' and 'modus-operandi'.
|
||||||
|
|
Loading…
Add table
Reference in a new issue