Essential Keyboard Shortcuts in Cursor
Introduction
Transitioning from VSCode to Cursor may require learning some new keyboard shortcuts. This guide covers essential shortcuts and their corresponding operations to help you maintain productivity while using Cursor.
Terminal Commands
Clear Terminal
- Windows/Linux:
Ctrl + L
- macOS:
Cmd + L
Original VSCode Commands (For Reference)
- macOS:
Cmd + K
- Windows/Linux:
Ctrl + K
Navigation and Code Organization
Collapse All Functions
- Command:
Cmd + R + 0
(macOS) - Windows/Linux:
Ctrl + R + 0
AI Commands
- Open AI Window:
Cmd + K
(macOS) /Ctrl + K
(Windows/Linux) - This replaces the traditional terminal clear command in VSCode
Customizing Shortcuts
How to Modify Shortcuts
- Open Command Palette (
Cmd/Ctrl + Shift + P
) - Type "Keyboard Shortcuts"
- Search for the command to modify
- Click on the shortcut to change
- Press your desired key combination
Suggested Customizations
{
"terminal.clear": "ctrl+l",
"workbench.action.collapseAllFunctions": "cmd+r+0"
}
Troubleshooting
Common Issues
- Shortcuts conflicting with system commands
- Shortcuts not working as expected
- Multiple commands bound to same keys
Solutions
- Check for system-level conflicts
- Verify keyboard settings
- Reset to defaults when necessary
- Check current bindings