Cursor Tab (formerly Copilot++) is not just line-by-line autocomplete. It's a predictive engine that understands your editing patterns and predicts entire blocks of changes — including multi-line insertions, deletions, and even cursor position movements.
| Action | Key | Effect |
|---|---|---|
| Accept full suggestion | Tab | Applies the entire predicted change |
| Partial accept | Ctrl+→ | Accept word-by-word for finer control |
| Reject | Esc | Dismiss the suggestion entirely |
Ctrl+→) is extremely useful when the AI gets the structure right but you want to tweak variable names or values as you go.