Power-user shortcuts. Most match VS Code conventions where applicable.
| Shortcut | Action |
|---|
Ctrl + K (Mac: Cmd + K) | Open the Command Palette — fuzzy-search any screen by name |
Ctrl + B (Mac: Cmd + B) | Toggle the left sidebar (collapse / expand) |
Ctrl + , | Open Settings |
Esc | Close the active modal / popup |
? | Open this shortcuts cheat sheet |
The sidebar toggle skips when you’re typing in an input/textarea so it doesn’t conflict with bold-text muscle memory.
| Shortcut | Action |
|---|
g then d | Go to Dashboard |
g then t | Go to Test Cases |
g then p | Go to Test Plans |
g then r | Go to Runner |
g then a | Go to AI Assistant |
g then c | Go to Coverage |
| Shortcut | Action |
|---|
Ctrl + Enter | Send the current prompt |
Esc | Stop the current generation |
↑ / ↓ (in empty textarea) | Recall previous prompts |
| Shortcut | Action |
|---|
Ctrl + P | File picker |
Ctrl + S | Save file |
Ctrl + F | Find in current file |
Ctrl + Shift + F | Find across the project |
| Shortcut | Action |
|---|
/ | Focus the search box |
c | New test case (when on Test Cases) |
n | New test plan (when on Test Plans) |
Shift + Click | Multi-select rows |
- The Command Palette is faster than the sidebar once you know it.
Ctrl + K, type the first 2–3 letters of any screen, press Enter.
- Sidebar collapsed gives you ~150px more room for the test list — combined with the AI Assistant in a side panel, that’s a lot of visible area.