diff --git a/README.asciidoc b/README.asciidoc index 640c8dfb..fc68b433 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -348,8 +348,8 @@ Movement * ``: scroll half a page up * ``: scroll half a page down - * `'`: rotate selections (the main selection becomes the next one) - * ``: rotate selections backwards + * `)`: rotate selections (the main selection becomes the next one) + * `(`: rotate selections backwards * `;`: reduce selections to their cursor * ``: flip the selections' direction @@ -357,6 +357,7 @@ Movement * ``: repeat last object or `f`/`t` selection command. + * `_`: trim selections A word is a sequence of alphanumeric characters or underscore, a WORD is a sequence of non whitespace characters. @@ -459,9 +460,10 @@ Changes * ``: convert spaces to tabs in current selections, uses the buffer tabstop option or the count parameter for tabstop. - * ``: rotate selections content, if specified, the count groups + * ``: rotate selections content, if specified, the count groups selections, so `3` rotate (1, 2, 3) and (3, 4, 6) independently. + * ``: rotate selections content backwards Goto Commands ~~~~~~~~~~~~~