Merge remote-tracking branch 'lenormf/patch-10'

This commit is contained in:
Maxime Coste 2021-04-25 20:16:22 +10:00
commit 9b94c2b1d8

View File

@ -138,6 +138,11 @@ be used:
*<F1>*, *<F2>*, ...*<F12>*:: *<F1>*, *<F2>*, ...*<F12>*::
Function keys. Function keys.
*<semicolon>*, *<percent>*::
The *;* and *%* characters, these keys allow reducing the amount of
backslash escaping in scripts (for example, `exec \%` becomes `exec
<percent>`)
NOTE: Although Kakoune allows many key combinations to be mapped, not every NOTE: Although Kakoune allows many key combinations to be mapped, not every
possible combination can be triggered. For example, due to limitations in possible combination can be triggered. For example, due to limitations in
the way terminals handle control characters, mappings like *<c-s-a>* are the way terminals handle control characters, mappings like *<c-s-a>* are