Keyboard

Current settings (Mac Studio):

Setting Value
Key Repeat Rate 2 (Fast)
Delay Until Repeat 15 (Short)
Press and Hold Disabled (ApplePressAndHoldEnabled = false) — key repeat works instead of accent popup

Text expansion is handled by Typinator rather than macOS built-in text replacements.

To replicate on a new Mac:

defaults write NSGlobalDomain KeyRepeat -int 2
defaults write NSGlobalDomain InitialKeyRepeat -int 15
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false