From 32e7e5787349a9aa808688e4053bc13180e14be5 Mon Sep 17 00:00:00 2001 From: Adria Arrufat Date: Thu, 3 Nov 2022 13:56:02 +0900 Subject: [PATCH] Reflect the new behavior of `x` and `` --- README.asciidoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index c313ba7b..6607c238 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -420,11 +420,8 @@ See <> below for instructions on extending (appending to) the current * `m`: select to matching character * `M`: extend selection to matching character - * `x`: select line on which selection end lies (or next line when end lies on - an end-of-line) - * `X`: similar to `x`, except the current selection is extended - * ``: expand selections to contain full lines (including end-of-lines) - * ``: trim selections to only contain full lines (not including last + * ``: expand selections to contain full lines (including end-of-lines) + * ``: trim selections to only contain full lines (not including last end-of-line) * `%`: select whole buffer