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] 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