mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-15 07:04:31 +03:00
add documentation for line breaking syntax
This commit is contained in:
parent
f0e9311cc4
commit
b520df4cfa
@ -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…
Reference in New Issue
Block a user