From b82631aa3dd595b963795e87c979088a735fa2d0 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 16 Nov 2011 14:15:40 +0000 Subject: [PATCH] README: document multiselection --- README.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 1996cc9c..3fa1502b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -76,6 +76,19 @@ Changes * _p_: paste after current selection end * _P_: paste before current selection begin +Multi Selection +--------------- + +Kak was designed from the start to handle multiple selections. +On way to get a multiselection is via the _s_ key. + +For example, to change all occurences of word 'roger' to word 'marcel' +in a paragraph, here is what can be done: + +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. + Filters -------