mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
add documentation for line breaking syntax
This commit is contained in:
parent
f0e9311cc4
commit
b520df4cfa
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,9 @@ Comments can be added to the config file as lines starting with the ``#``
|
|||
character. This works only if the ``#`` character is the first character in the
|
||||
line.
|
||||
|
||||
Lines can be split by starting the next line with the ``\\`` character.
|
||||
All leading whitespace and the ``\\`` character are removed.
|
||||
|
||||
.. _include:
|
||||
|
||||
You can include secondary config files via the :code:`include` directive. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue