diff --git a/docs/basic.rst b/docs/basic.rst index 3167dd352..b430e7b75 100644 --- a/docs/basic.rst +++ b/docs/basic.rst @@ -133,7 +133,7 @@ Input unicode character :sc:`input_unicode_character` (also :kbd:` Open URL in web browser :sc:`open_url` Reset the terminal :sc:`reset_terminal` (also :kbd:`⌥+⌘+r` on macOS) Reload :file:`kitty.conf` :sc:`reload_config_file` (also :kbd:`⌃+⌘+,` on macOS) -Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌘+⌥+f6` on macOS) +Debug :file:`kitty.conf` :sc:`debug_config` (also :kbd:`⌥+⌘+,` on macOS) Pass current selection to program :sc:`pass_selection_to_program` Edit |kitty| config file :sc:`edit_config_file` (also :kbd:`⌘+,` on macOS) Open a |kitty| shell :sc:`kitty_shell` diff --git a/docs/conf.rst b/docs/conf.rst index 0b10c5e62..4d90920fd 100644 --- a/docs/conf.rst +++ b/docs/conf.rst @@ -10,8 +10,8 @@ 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 also display the current configuration by pressing the :sc:`debug_config` -(:kbd:`⌘+⌥+,` on macOS) key. +You can also display the current configuration by pressing :sc:`debug_config` +(:kbd:`⌥+⌘+,` on macOS). .. _confloc: