From e34c5ef15fe979a6f535058bc2b1305c0d76ad17 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 21 Nov 2011 19:35:02 +0000 Subject: [PATCH] README: document spliting --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 66433998..f0750275 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -89,6 +89,10 @@ select the paragraph with enough _x_. press _s_ and enter roger then enter. now paragraph selection was replaced with multiselection of each roger in the paragraph. press _c_ and marcel to replace rogers with marcels. +A multiselection can also be obtained with _Alt-s_, which splits the current +selection according to the regex entered. To split a comma separated list, +use _alt-s_ then ', *' + Captures --------