Location: ~/Library/Application Support/Cursor/User/settings.json
{
"window.commandCenter": true,
"workbench.colorTheme": "GitHub Dark Default",
"security.promptForLocalFileProtocolHandling": false,
"update.releaseTrack": "prerelease",
"window.newWindowProfile": "default",
"amp.url": "https://ampcode.com/"
}Location: ~/Library/Application Support/Cursor/User/keybindings.json
[
{
"key": "cmd+i",
"command": "composerMode.agent"
},
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "\\\r\n"
},
"when": "terminalFocus"
}
]cursor --install-extension anthropic.claude-code
cursor --install-extension github.github-vscode-theme