1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-21 01:37:44 +03:00

docs: add few missing characters in faces and keys pages

This commit is contained in:
Delapouite 2018-09-09 11:01:45 +02:00
parent 14f9f4c468
commit afc1aab60a
2 changed files with 4 additions and 4 deletions

View File

@ -97,12 +97,12 @@ areas of the user interface:
face used prompt displayed on the status line
*BufferPadding*::
face applied on the characters that follow the last line of a buffer
face applied on the `~` characters that follow the last line of a buffer
=== Builtin highlighters faces
The following faces are used by builtin highlighters if enabled.
(See <<highlighters#,`:doc highlighters`>>.
(See <<highlighters#,`:doc highlighters`>>).
*LineNumbers*::
face used by the `number-lines` highlighter

View File

@ -693,7 +693,7 @@ The following keys are recognized by this mode to help with editing
*<home>*, *<c-a>*::
move cursor to first character
*<end>*, *<c-e>::
*<end>*, *<c-e>*::
move cursor past the last character
*<backspace>*, *<c-h>*::
@ -718,7 +718,7 @@ The following keys are recognized by this mode to help with editing
advance to next word end
*<a-E>*::
advance to next word end
advance to next WORD end
*<c-w>*::
erase to previous word begin, save erased content to *clipboard*