Software⏱️ 1 min read📅 2026-05-31

How to Fix: tmux status-bar corrupted after catting a binary file, how to reset?

tmux terminal issue after catting a binary file

Quick Answer: Try running `tmux new-session -d` to create a new session and detach from the corrupted one, then reattach to the new session.

📋 Table of Contents

  1. 💡 Solution
  2. 💡 Conclusion

To fix the corrupted status bar in tmux after accidentally catting a binary file, follow these steps:

💡 Solution

  • Detach from the session using detached and then reattach using new-session.

Additional Step:

  1. Step 1: Run reset-session to reset the session.

If the issue persists, try running source-file /path/to/tmux.conf or source-file ~/.tmux.conf to reload the configuration file.

💡 Conclusion

By following these steps, you should be able to fix the corrupted status bar in tmux and regain access to your terminal.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions