🔧 Where my dotfiles lives in harmony and peace, most of the time

🔥 Remove Claude editor integrations

Changed files
+2 -50
code
cursor
zed
+2 -28
code/tasks.json
··· 1 1 { 2 - "version": "2.0.0", 3 - "tasks": [ 4 - { 5 - "label": "Claude Code", 6 - "type": "shell", 7 - "command": "alacritty", 8 - "isBackground": true, 9 - "args": [ 10 - "--working-directory", 11 - "${workspaceFolder}", 12 - "-e", 13 - "zsh", 14 - "-i", 15 - "-c", 16 - "claude" 17 - ], 18 - "presentation": { 19 - "echo": false, 20 - "reveal": "silent", 21 - "focus": false, 22 - "panel": "dedicated", 23 - "showReuseMessage": false, 24 - "close": true, 25 - "revealProblems": "never", 26 - "clear": true 27 - } 28 - } 29 - ] 2 + "version": "2.0.0", 3 + "tasks": [] 30 4 }
-9
cursor/keybindings.json
··· 59 59 "when": "!composerBarIsVisible" 60 60 }, 61 61 { 62 - "key": "ctrl+escape", 63 - "command": "-claude-code.runClaude.keyboard", 64 - "when": "claude-code.hasClaudeInPath" 65 - }, 66 - { 67 - "key": "alt+c alt+c", 68 - "command": "claude-code.runClaude" 69 - }, 70 - { 71 62 "key": "ctrl+[Minus]", 72 63 "command": "workbench.action.toggleAuxiliaryBar" 73 64 },
-13
zed/settings.json
··· 14 14 "font_family": "JetBrainsMono Nerd Font", 15 15 "font_size": 14.0 16 16 }, 17 - "agent": { 18 - "inline_assistant_model": { 19 - "provider": "zed.dev", 20 - "model": "claude-sonnet-4" 21 - }, 22 - "default_profile": "write", 23 - "always_allow_tool_actions": true, 24 - "stream_edits": true, 25 - "default_model": { 26 - "provider": "zed.dev", 27 - "model": "claude-sonnet-4-thinking" 28 - } 29 - }, 30 17 "inline_code_actions": true, 31 18 "tabs": { 32 19 "git_status": true,