Y
Hacker News
new
|
ask
|
show
|
jobs
by
homebrewer
537 days ago
kitty has a nicely formatted config which lists all settings along with their default values and a very detailed description of each one. It's pretty much the same as having a GUI. Maybe Ghostty can adopt this?
1 comments
Houstan
536 days ago
Similarly documented config file can be generated on linux with:
mkdir -p ~/.config/ghostty ghostty +show-config --default --docs >> ~/.config/ghostty/config
link