Skip to content

Commit 6177cd9

Browse files
Update keybindings for VSCode
1 parent ac9bb95 commit 6177cd9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

dotfiles/.vscode/keybindings.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,5 +269,29 @@
269269
"key": "alt+cmd+r",
270270
"command": "-revealFileInOS",
271271
"when": "!editorFocus"
272+
},
273+
{
274+
"key": "shift+cmd+i",
275+
"command": "workbench.action.chat.open",
276+
"when": "chatPanelParticipantRegistered"
277+
},
278+
{
279+
"key": "ctrl+cmd+i",
280+
"command": "-workbench.action.chat.open",
281+
"when": "chatPanelParticipantRegistered"
282+
},
283+
{
284+
"key": "ctrl+cmd+i",
285+
"command": "workbench.action.chat.openEditSession",
286+
"when": "chatEditingParticipantRegistered && chatIsEnabled && view != 'workbench.panel.chat.view.edits'"
287+
},
288+
{
289+
"key": "shift+cmd+i",
290+
"command": "-workbench.action.chat.openEditSession",
291+
"when": "chatEditingParticipantRegistered && chatIsEnabled && view != 'workbench.panel.chat.view.edits'"
292+
},
293+
{
294+
"key": "cmd+escape",
295+
"command": "workbench.action.closeAuxiliaryBar"
272296
}
273297
]

0 commit comments

Comments
 (0)