Docs: change rotation keys in README
This commit is contained in:
parent
fab3dc642a
commit
3b3aaa6141
|
@ -348,8 +348,8 @@ Movement
|
||||||
* `<c-u>`: scroll half a page up
|
* `<c-u>`: scroll half a page up
|
||||||
* `<c-d>`: scroll half a page down
|
* `<c-d>`: scroll half a page down
|
||||||
|
|
||||||
* `'`: rotate selections (the main selection becomes the next one)
|
* `)`: rotate selections (the main selection becomes the next one)
|
||||||
* `<a-'>`: rotate selections backwards
|
* `(`: rotate selections backwards
|
||||||
|
|
||||||
* `;`: reduce selections to their cursor
|
* `;`: reduce selections to their cursor
|
||||||
* `<a-;>`: flip the selections' direction
|
* `<a-;>`: flip the selections' direction
|
||||||
|
@ -357,6 +357,7 @@ Movement
|
||||||
|
|
||||||
* `<a-.>`: repeat last object or `f`/`t` selection command.
|
* `<a-.>`: repeat last object or `f`/`t` selection command.
|
||||||
|
|
||||||
|
* `_`: trim selections
|
||||||
|
|
||||||
A word is a sequence of alphanumeric characters or underscore, a WORD is a
|
A word is a sequence of alphanumeric characters or underscore, a WORD is a
|
||||||
sequence of non whitespace characters.
|
sequence of non whitespace characters.
|
||||||
|
@ -459,9 +460,10 @@ Changes
|
||||||
* `<a-@>`: convert spaces to tabs in current selections, uses the buffer
|
* `<a-@>`: convert spaces to tabs in current selections, uses the buffer
|
||||||
tabstop option or the count parameter for tabstop.
|
tabstop option or the count parameter for tabstop.
|
||||||
|
|
||||||
* `<a-">`: rotate selections content, if specified, the count groups
|
* `<a-)>`: rotate selections content, if specified, the count groups
|
||||||
selections, so `3<a-">` rotate (1, 2, 3) and (3, 4, 6)
|
selections, so `3<a-">` rotate (1, 2, 3) and (3, 4, 6)
|
||||||
independently.
|
independently.
|
||||||
|
* `<a-(>`: rotate selections content backwards
|
||||||
|
|
||||||
Goto Commands
|
Goto Commands
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
Loading…
Reference in New Issue
Block a user