Terminal Troubleshooting
Tmux Problems
Sessions Not Persisting
# Check server statustmux list-sessions
# Kill and restarttmux kill-servertmux new-session
# Reload configurationtmux source-file ~/.tmux.confPlugins Not Loading
# Reinstall TPMrm -rf ~/.tmux/plugins/tpmgit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Install plugins: prefix + I in tmuxCopy-Paste Not Working
# Install reattach-to-user-namespace (macOS)brew install reattach-to-user-namespace
# Test clipboardecho "test" | pbcopypbpaste
# Check tmux clipboard configtmux show-options -g set-clipboardGhostty Issues
Not Starting
# Check installationls /Applications/Ghostty.app
# Start with errors visible/Applications/Ghostty.app/Contents/MacOS/ghostty
# Check configcat ~/.config/ghostty/configColors Not Working
# Check terminal supportecho $TERMecho $COLORTERM
# Test true colorcurl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh | bash
# Verify settingsinfocmp $TERM