Default config template be explicit that you do not copy the default values (#8701)

pull/8819/head
Leah Amelia Chen 2025-09-21 10:59:45 +02:00 committed by GitHub
commit 055a007926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -6,8 +6,11 @@
# {[path]s} # {[path]s}
# #
# The template does not set any default options, since Ghostty ships # The template does not set any default options, since Ghostty ships
# with sensible defaults for all options. Users should only need to set # with sensible defaults for all options.
# options that they want to change from the default. # Note that you should not paste the output of `ghostty +show-config
# --default` into your config: some default options actually conflict with each other
# when explicitly set in a configuration file. Instead, only set the
# options you actually need.
# #
# Run `ghostty +show-config --default --docs` to view a list of # Run `ghostty +show-config --default --docs` to view a list of
# all available config options and their default values. # all available config options and their default values.