Add a shortcut to reload the config file

This commit is contained in:
Kovid Goyal
2021-06-06 18:48:12 +05:30
parent 7148f262c0
commit 9003c76261
6 changed files with 32 additions and 9 deletions

View File

@@ -116,6 +116,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`
Debug :file:`kitty.conf` :sc:`debug_config`
Pass current selection to program :sc:`pass_selection_to_program`
Edit |kitty| config file :sc:`edit_config_file`

View File

@@ -5,13 +5,14 @@ Configuring kitty
.. highlight:: conf
|kitty| is highly customizable, everything from keyboard shortcuts, to painting
frames-per-second. See below for an overview of all customization
|kitty| is highly customizable, everything from keyboard shortcuts, to
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`.
You can also display the current configuration by pressing the
:sc:`debug_config` key.
You can reload the config file within kitty by pressing
:sc:`reload_config_file`. You can also display the current configuration by
pressing the :sc:`debug_config` key.
.. _confloc: