I love my brand new terminal Ghostty. Built by people who have taste. It’s replaced my long term trusty iterm2.

Here’s my config so far:

$HOME/Library/Application\ Support/com.mitchellh.ghostty/config:

theme = Apple System Colors Light
cursor-style = block
font-family = SF Mono
font-size = 11
shell-integration-features = no-cursor
macos-auto-secure-input = true
font-thicken = true
font-thicken-strength = 0
cursor-invert-fg-bg = true
#keybind = global:cmd+enter=new_window
scrollback-limit = 100000000

and a little SSH hack to make terminals over SSH behave properly until Ghostty is better known by distros:

~/.ssh/config:

Host *
  SetEnv TERM=xterm-256color