[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
Power User Shortcuts & Tips
Essential Keyboard Shortcuts
| Shortcut | Action | Pro Tip |
|---|---|---|
Ctrl+I / Ctrl+L | Toggle Agent side pane | Your hub for chat, agent tasks, and modes |
Ctrl+K | Inline Edit | Select code first - works in the terminal too |
Shift+Tab | Rotate Agent / Plan / Ask | Plan first on big changes |
Ctrl+/ | Cycle models | Jump between Composer 2.5 and frontier models |
Ctrl+E | Toggle agent layout | Sidebar ↔ full editor layout |
Ctrl+→ | Partial Tab accept | Accept suggestions word-by-word |
Ctrl+Enter | Accept all changes | Ctrl+Backspace rejects them |
Ctrl+Shift+L | Add selection to chat | Fastest way to give the agent exact context |
Ctrl+Shift+J | Cursor Settings | Rules, models, features in one place |
Ctrl+Shift+Space | Voice mode | Dictate prompts hands-free |
Productivity Workflows
- Defensive Commits: Always
git commitbefore major Agent sessions - checkpoints help, but Git is your ultimate rollback - Plan First:
Shift+Tabinto Plan Mode for anything touching more than a handful of files - Custom Skills: Save frequently-used workflows as skills with
/create-skill - Worktrees: The Agents Window isolates parallel agents in Git worktrees automatically
- Screenshots: Paste UI screenshots into the agent pane for visual debugging - the AI can see them
Troubleshooting Common Issues
| Issue | Solution |
|---|---|
| Slow responses | Start a fresh conversation, switch to a faster model (Gemini 2.0 Flash, Composer 2.5) |
| High memory usage | Close unused tabs, restart Cursor periodically |
| Agent going in circles | Restore a checkpoint, switch to Plan Mode, tighten the prompt |
| Rules not applying | Check the extension - project rules must be .mdc, not .md |
SYNAPSE VERIFICATION
QUERY 1 // 3
What keyboard shortcut allows you to accept Tab suggestions word-by-word?
Shift+Tab
Ctrl+Right Arrow
Alt+Enter
Ctrl+Space