Command Palette in AI

From the Cursor cheat sheet · Advanced Features · verified Jul 2026

Command Palette

Access all commands quickly

bash
# Open command palette
Ctrl+Shift+P   # Command palette

# Useful commands:
"Cursor: Settings"      # Open Cursor settings
"Cursor: Export Chat"   # Export to markdown
"Cursor: Clear Cache"   # Clear AI cache
"Cursor: Toggle Privacy Mode"
"Cursor: Show Rules"
"Cursor: Snooze Tab"    # Temporarily disable

# Custom commands:
Add to keybindings.json for shortcuts
bash
// EXAMPLE: Common command workflows
Ctrl+Shift+P → "Export Chat"
→ Saves conversation as markdown

Ctrl+Shift+P → "Toggle Privacy"
→ Enables privacy mode for sensitive code

Ctrl+Shift+P → "Clear Cache"
→ Fixes stuck suggestions
💡 Access any feature via palette
⚡ Searchable command list
🔍 Shows keyboard shortcuts
📌 Custom commands supported
commandspaletteshortcuts

More AI tasks

Back to the full Cursor cheat sheet