Learn the basics of Warp Terminal in under 10 minutes.
Three easy ways to navigate to your code
Drag any folder from File Explorer directly into Warp window
Type cd C:\your\project and press Enter
Right-click any folder → "Open in Terminal"
See what changed since you last worked
git status
What files changed?
git diff
See exact changes
git log --oneline -5
Recent commits
ls
List all files
Navigate your command history like a pro
Each command + output is grouped together. Click any block to select it.
Click a block, then copy all output with one click — no highlighting needed.
Press Ctrl + F to search within your terminal history.
Work on multiple things at once
Right-click any tab → Rename. Label each tab with your project name to stay organized.
Memorize these 6 to work faster
Your first taste of AI-powered terminal
Start any input with # followed by your question in plain English. Warp AI suggests the right command.
Ready for more?
Next: AI Mastery