tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
vscode: shortcut for copilot chat
seth.computer
1 year ago
f091b812
588fd372
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+5
1 changed file
expand all
collapse all
unified
split
vscode
keybindings.json
+5
vscode/keybindings.json
···
323
323
{
324
324
"key": "ctrl+j j",
325
325
"command": "workbench.action.positionPanelBottom"
326
326
+
},
327
327
+
{
328
328
+
"key": "shift+cmd+/",
329
329
+
"command": "workbench.action.chat.openInEditor",
330
330
+
"when": "chatIsEnabled"
326
331
}
327
332
]