Update config template with a note about a restart possibly being required

This commit is contained in:
Aaron Ogle
2025-02-28 11:43:02 -06:00
committed by Mitchell Hashimoto
parent 1cfe7027e5
commit e7a9d6a81d

View File

@ -14,6 +14,12 @@
# #
# Additionally, each config option is also explained in detail # Additionally, each config option is also explained in detail
# on Ghostty's website, at https://ghostty.org/docs/config. # on Ghostty's website, at https://ghostty.org/docs/config.
#
# Ghostty can reload the configuration while running by using the menu
# options or the bound key (default: Command + Shift + comma on macOS and
# Control + Shift + comma on other platforms). Not all config options can be
# reloaded while running; some only apply to new windows and others may require
# a full restart to take effect.
# Config syntax crash course # Config syntax crash course
# ========================== # ==========================