From 72f92f3174d58cef99e2b7a25335fd3028582787 Mon Sep 17 00:00:00 2001 From: pagedown Date: Thu, 21 Apr 2022 16:45:12 +0800 Subject: [PATCH] Docs: Mention again that kitty.conf will be created if not present --- docs/conf.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.rst b/docs/conf.rst index bac4c4e0b..da63049c4 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -7,9 +7,11 @@ kitty.conf rendering frames-per-second. See below for an overview of all customization possibilities. -You can open the config file within kitty by pressing :sc:`edit_config_file` (:kbd:`⌘+,` on macOS). -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 open the config file within kitty by pressing :sc:`edit_config_file` +(:kbd:`⌘+,` on macOS). A :file:`kitty.conf` with commented default +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` (:kbd:`⌥+⌘+,` on macOS).