Docs: Mention again that kitty.conf will be created if not present

This commit is contained in:
pagedown 2022-04-21 16:45:12 +08:00
parent 8fcd5e40d4
commit 72f92f3174
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

View File

@ -7,9 +7,11 @@ kitty.conf
rendering frames-per-second. See below for an overview of all customization rendering frames-per-second. See below for an overview of all customization
possibilities. possibilities.
You can open the config file within kitty by pressing :sc:`edit_config_file` (:kbd:`⌘+,` on macOS). You can open the config file within kitty by pressing :sc:`edit_config_file`
You can reload the config file within kitty by pressing (:kbd:`⌘+,` on macOS). A :file:`kitty.conf` with commented default
:sc:`reload_config_file` (:kbd:`⌃+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal. configurations and descriptions will be created if the file does not exist.
You can reload the config file within kitty by pressing :sc:`reload_config_file`
(:kbd:`⌃+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal.
You can also display the current configuration by pressing :sc:`debug_config` You can also display the current configuration by pressing :sc:`debug_config`
(:kbd:`⌥+⌘+,` on macOS). (:kbd:`⌥+⌘+,` on macOS).