AI Chat & Panel in AI

From the Cursor cheat sheet ยท Essential Shortcuts ยท verified Jul 2026

AI Chat & Panel

Access AI features quickly

bash
# Open AI Chat
Ctrl+I         # Toggle Chat panel
Ctrl+L         # Add selection to new chat

# Chat controls
Enter          # Send message (Nudge mode)
Ctrl+Enter     # Queue/Force send message
Ctrl+Shift+BackSpace  # Cancel generation

# Navigation
Ctrl+N         # New chat
Ctrl+T         # New chat tab
Ctrl+[         # Previous chat
Ctrl+]         # Next chat
Ctrl+W         # Close chat
bash
// EXAMPLE: Working with AI Chat
1. Select problematic code
2. Press Ctrl+L to add to chat
3. Type: "Fix the type errors in this function"
4. Press Enter to send
5. Ctrl+Enter to accept all changes
๐Ÿ’ก Ctrl+I is your main entry to AI features
โšก Use Ctrl+L with selected code for context
๐Ÿ” Ctrl+Enter accepts all suggested changes
๐Ÿ“Œ Esc unfocuses the input field
chataishortcuts

More AI tasks

Back to the full Cursor cheat sheet