doc: mention aliases <lt> and <gt> in keys.asciidoc

This information can also be found in in :doc mapping but I think this
doesn't hurt.
This commit is contained in:
Johannes Altmanninger 2020-07-19 20:55:09 +02:00
parent 48a53fecc3
commit 9d33b57e49

View File

@ -285,16 +285,16 @@ Yanking (copying) and pasting use the *"* register by default (See <<registers#,
*<a-_>*::
merge contiguous selections together (works across lines as well)
*>*::
*>*, *<gt>*::
indent selected lines
*<a\->>*::
*<a\->>*, *<a-gt>*::
indent selected lines, including empty lines
*<*::
*<*, *<lt>*::
unindent selected lines
*<a-<>*::
*<a-<>*, *<a-lt>*::
unindent selected lines, do not remove incomplete indent (3 leading
spaces when indent is 4)