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