diff --git a/docs/basic.rst b/docs/basic.rst index 61969c897..b795c811e 100644 --- a/docs/basic.rst +++ b/docs/basic.rst @@ -127,7 +127,7 @@ Toggle maximized :sc:`toggle_maximized` Input unicode character :sc:`input_unicode_character` (also :kbd:`^+⌘+space` on macOS) Click URL using the keyboard :sc:`open_url` Reset the terminal :sc:`reset_terminal` -Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`^+⌘+f5` on macOS) +Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`^+⌘+,` on macOS) Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌘+option+f6` on macOS) Pass current selection to program :sc:`pass_selection_to_program` Edit |kitty| config file :sc:`edit_config_file` diff --git a/docs/conf.rst b/docs/conf.rst index 91f062d2e..cc3ef9890 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -9,7 +9,7 @@ possibilities. You can open the config file within kitty by pressing :sc:`edit_config_file`. You can reload the config file within kitty by pressing -:sc:`reload_config_file` (:kbd:`^+⌘+f5` on macOS) or sending kitty the ``SIGUSR1`` signal. +:sc:`reload_config_file` (:kbd:`^+⌘+,` on macOS) or sending kitty the ``SIGUSR1`` signal. You can also display the current configuration by pressing the :sc:`debug_config` (:kbd:`⌘+option+f6` on macOS) key.