From 52d264df2700ff71814a0ab9fcce8f5987e8b58d Mon Sep 17 00:00:00 2001 From: Coleman McFarland <43583445+dontlaugh@users.noreply.github.com> Date: Sun, 19 May 2024 17:37:30 -0400 Subject: [PATCH] doc: clarify that C and act column-wise --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index f6261b220..edfa60393 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -632,7 +632,7 @@ use `n` followed by `,`, in order to remove a selection, use ``. contains a match for this regex. Using `` you can keep the selections not containing a match. -`C` duplicates selections on the lines that follow them. +`C` duplicates selections on the lines that follow them, column-wise. `` does the same but on the preceding lines. `$` allows you to enter a shell command and pipe each selection to it.