Merge remote-tracking branch 'krobelus/doc-keynames'

This commit is contained in:
Maxime Coste 2020-07-30 21:08:34 +10:00
commit 678390d9d8

View File

@ -183,10 +183,10 @@ the Shift modifier and moving will extend each selection instead.
`<end>` maps to this by default.
(See <<mapping#default-mappings,`:doc mapping default-mappings`>>)
*pageup, <c-b>*::
*<pageup>, <c-b>*::
scroll one page up
*pagedown, <c-f>*::
*<pagedown>, <c-f>*::
scroll one page down
*<c-u>*::
@ -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)