tangled
alpha
login
or
join now
davidgasquez.com
/
dotfiles
1
fork
atom
๐ง Where my dotfiles lives in harmony and peace, most of the time
1
fork
atom
overview
issues
pulls
pipelines
๐ฅ Remove commented keybindings
davidgasquez.com
6 months ago
1d65a56f
4a9e4999
+1
-9
1 changed file
expand all
collapse all
unified
split
code
keybindings.json
+1
-9
code/keybindings.json
···
34
34
},
35
35
"when": "terminalFocus"
36
36
},
37
37
-
// {
38
38
-
// "key": "alt+c alt+c",
39
39
-
// "command": "claude-code.runClaude"
40
40
-
// },
41
37
{
42
38
"key": "ctrl+enter",
43
39
"command": "inlineChat.start",
44
40
"when": "editorTextFocus && !editorReadonly"
45
41
}
46
46
-
// {
47
47
-
// "key": "alt+c alt+c",
48
48
-
// "command": "chatgpt.openSidebar"
49
49
-
// }
50
50
-
]
42
42
+
]