Tab Completion Shortcuts
Tab completions are the most frequently used AI feature in Cursor, and the keybindings are designed for zero-friction interaction. Press Tab to accept the full suggestion. Press Escape to dismiss it. Use Ctrl+Right (Cmd+Right on macOS) to accept word-by-word — useful when the first part of a suggestion is correct but you want to modify the end. Press Alt+] to cycle to the next suggestion and Alt+[ for the previous one when multiple completions are available.
Tab completion shortcuts work in every file type and every editing context. They do not interfere with standard Tab indentation — Cursor intelligently distinguishes between "Tab to accept a suggestion" and "Tab to indent" based on whether a suggestion is currently visible. If no suggestion is showing, Tab indents as usual. This context-sensitive behavior means you never need to think about which Tab behavior is active. According to VS Code's keybinding documentation, context-aware shortcuts reduce cognitive overhead by eliminating mode-switching decisions.