Terminal Troubleshooting
Tmux Problems
Section titled “Tmux Problems”Sessions Not Persisting
Section titled “Sessions Not Persisting”# Check server statustmux list-sessions
# Kill and restarttmux kill-servertmux new-session
# Reload configurationtmux source-file ~/.tmux.confPlugins Not Loading
Section titled “Plugins 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
Section titled “Copy-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
Section titled “Ghostty Issues”Not Starting
Section titled “Not Starting”# Check installationls /Applications/Ghostty.app
# Start with errors visible/Applications/Ghostty.app/Contents/MacOS/ghostty
# Check configcat ~/.config/ghostty/configColors Not Working
Section titled “Colors 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