Skip to main content

Troubleshooting Guide

Having issues? This guide covers the most common problems and their solutions.

Quick Reset

When in doubt, try this first:
1

Close all terminal tabs

Click the X on each tab or use Cmd+W (Mac) / Ctrl+W (Windows/Linux)
2

Open a fresh terminal

Click the + button or use Cmd+T (Mac) / Ctrl+T (Windows/Linux)
3

Test if the issue is resolved

Run a simple command to check

Issue 1: Slow Performance

Solutions

Reduce the scrollback limit in Settings:
Check if your system has enough resources:

Issue 2: Display Problems

Solutions

1

Clear the screen

Type clear or press Ctrl+L
2

Reset terminal state

Type reset to fully reset the terminal
3

If still broken, restart the tab

Close and reopen the tab

Issue 3: Color Problems

Solutions

Your shell needs to know it’s in a modern terminal:

Issue 4: Scrolling Problems

Solutions

Some programs (vim, less, man) use an alternate screen:
Reduce scrollback history:

Issue 5: App Compatibility

Some programs have special requirements:

Universal Troubleshooting Checklist

When all else fails, go through this checklist:

Still Having Issues?

If none of the above solutions work:

Community Support

Join our community forum to get help from other users.

Report a Bug

Found a bug? Report it on GitHub so we can fix it.

When Reporting Issues

Please include:

Summary

Most issues are solved by closing and reopening the tab. Try that first before anything else!