From e066864eb3a468b64970107e880a2f3e16d67a37 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 23 Mar 2025 04:21:39 +0300 Subject: 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. --- doc/sciteco.7.template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3