diff --git a/internal/config/config.go b/internal/config/config.go index ca7f65efb..e902f2ba5 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -519,11 +519,11 @@ const defaultConfigStr = ` version: 1 # What protocol to use when performing git operations. Supported values: ssh, https git_protocol: https -# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment. +# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment variable $EDITOR. editor: # When to interactively prompt. This is a global config that cannot be overridden by hostname. Supported values: enabled, disabled prompt: enabled -# A pager program to send command output to, e.g. "less". Set the value to "cat" to disable the pager. +# A pager program to send command output to, e.g. "less". If blank, will refer to environment variable $PAGER. Set to "cat" to disable the pager. pager: # Aliases allow you to create nicknames for gh commands aliases: