๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ฅ Remove commented keybindings

+1 -9
+1 -9
code/keybindings.json
··· 34 34 }, 35 35 "when": "terminalFocus" 36 36 }, 37 - // { 38 - // "key": "alt+c alt+c", 39 - // "command": "claude-code.runClaude" 40 - // }, 41 37 { 42 38 "key": "ctrl+enter", 43 39 "command": "inlineChat.start", 44 40 "when": "editorTextFocus && !editorReadonly" 45 41 } 46 - // { 47 - // "key": "alt+c alt+c", 48 - // "command": "chatgpt.openSidebar" 49 - // } 50 - ] 42 + ]