diff --git a/README.asciidoc b/README.asciidoc index 55492f67..c27e26c4 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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. diff --git a/doc/manpages/shortcuts.asciidoc b/doc/manpages/shortcuts.asciidoc index b596e1e7..46dcc171 100644 --- a/doc/manpages/shortcuts.asciidoc +++ b/doc/manpages/shortcuts.asciidoc @@ -164,6 +164,9 @@ is a sequence of non whitespace characters **:: ensure selections are in forward direction (cursor after anchor) +**:: + repeat last object or *f*/*t* selection command + Changes -------