Cursor
February 10, 2025 |
permanent
tags :
AI Code Editor built on vscode #
Configuration Management on macOS #
Linking the settings.json and keybindings.json and symlink #
- /Users/jaavedkhan/Library/Application Support/Cursor/User/settings.json
- /Users/jaavedkhan/Library/Application Support/Cursor/User/keybindings.json
Symlink the configs in the repo to the Cursor User directory #
ln -sf /Users/jaavedkhan/Code/personal/configs/vscode-cursor-configs/settings.json /Users/jaavedkhan/Library/Application\ Support/Cursor/User/settings.json
ln -sf /Users/jaavedkhan/Code/personal/configs/vscode-cursor-configs/keybindings.json /Users/jaavedkhan/Library/Application\ Support/Cursor/User/keybindings.json
# project manager plugin
ln -sf /Users/jaavedkhan/Code/personal/configs/vscode-cursor-configs/projects.json /Users/jaavedkhan/Library/Application\ Support/Cursor/User/projects.json
AI #
Shortcuts #
CMD + L
- Chat with code
- “@” to select the context
CMD + K
- In File Code Generation
- Inline editing selected code, chat with it
- for in-file code generation and ‘quick questions’
CMD + I
- (Composer) to create and edit code across multiple files
CMD + Enter To index the codebase to chat with it from the chat
- paid feature