From 3b3aaa6141dce07ddc5ec4fe986226964206358c Mon Sep 17 00:00:00 2001 From: Delapouite Date: Thu, 29 Mar 2018 14:18:16 +0200 Subject: [PATCH] Docs: change rotation keys in README --- README.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 ~~~~~~~~~~~~~