diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-23 04:21:39 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-23 04:36:37 +0300 |
commit | e066864eb3a468b64970107e880a2f3e16d67a37 (patch) | |
tree | 720e192976a6e610cf233521e08645a3a8e3b3a9 /doc/sciteco.7.template | |
parent | 064f05f7f651f84fe31b4d65eefac22b80309190 (diff) | |
download | sciteco-e066864eb3a468b64970107e880a2f3e16d67a37.tar.gz |
the ^W immediate editing command now mimics `Y` more closely and also rubs out no-op commands (whitespace)
* In string arguments, ^W first rubs out non-word chars (usually whitespace),
so it makes sense if ^W would work analogously at the command level.
A non-command would be one of the no-ops.
Diffstat (limited to 'doc/sciteco.7.template')
-rw-r--r-- | doc/sciteco.7.template | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/sciteco.7.template b/doc/sciteco.7.template index 30f53ba..3560973 100644 --- a/doc/sciteco.7.template +++ b/doc/sciteco.7.template @@ -514,8 +514,7 @@ Miscelleaneous .br (modifier \fIdisabled\fP) T};T{ -Rub out last command, i.e. rub out at least one character until -a new command could begin. +Rub out until the beginning of the last command, which is not a no-op (whitespace). T} T{ Re-insert word/command @@ -541,9 +540,8 @@ Miscelleaneous .br (modifier \fIenabled\fP) T};T{ -Re-insert next command from the rubbed-out command line, -i.e. insert at least one character and repeat until -a new command could begin. +Re-insert next command from the rubbed-out command line +including all subsequent no-ops (whitespace). T} T{ .SCITECO_TOPIC ^U |