Document the <a-.> normal command

Fixes #986
This commit is contained in:
Maxime Coste 2016-12-14 20:45:15 +00:00
parent 377046e315
commit 2969c376a1
2 changed files with 5 additions and 0 deletions

View File

@ -345,6 +345,8 @@ Movement
* `alt-;`: flip the selections direction
* `alt-:`: ensure selections are in forward direction (cursor after anchor)
* `alt-.`: repeat last object or `f`/`t` selection command.
A word is a sequence of alphanumeric characters or underscore, a WORD is a
sequence of non whitespace characters.

View File

@ -164,6 +164,9 @@ is a sequence of non whitespace characters
*<a-:>*::
ensure selections are in forward direction (cursor after anchor)
*<a-.>*::
repeat last object or *f*/*t* selection command
Changes
-------