From 481783c9c53b3f9f679d61b4fcdaaadec10fb350 Mon Sep 17 00:00:00 2001 From: Tom Saleeba <1773838+tomsaleeba@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:20:47 +1100 Subject: [PATCH 1/2] mention and (selection undo/redo) in readme --- README.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 2d9ee4ab..e617ccf9 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -539,8 +539,10 @@ Changes * `u`: undo last change * ``: move backward in history + * ``: undo selection changes. Introduced in v2023.07.29 * `U`: redo last change * ``: move forward in history + * ``: redo selection changes. Introduced in v2023.07.29 * `&`: align selections, align the cursor of selections by inserting spaces before the first character of the selection From 1e8d2dfe9b27fda15ed85c18a468992f67418822 Mon Sep 17 00:00:00 2001 From: Tom Saleeba <1773838+tomsaleeba@users.noreply.github.com> Date: Sat, 4 Nov 2023 08:30:29 +1100 Subject: [PATCH 2/2] remove "introduced..." fragments --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index e617ccf9..f759a3e3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -539,10 +539,10 @@ Changes * `u`: undo last change * ``: move backward in history - * ``: undo selection changes. Introduced in v2023.07.29 + * ``: undo selection changes * `U`: redo last change * ``: move forward in history - * ``: redo selection changes. Introduced in v2023.07.29 + * ``: redo selection changes * `&`: align selections, align the cursor of selections by inserting spaces before the first character of the selection