-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Is your feature request related to a problem? Please describe.
EDIT: QUICK HACK (put this in your settings.json):
"vim.visualModeKeyBindingsNonRecursive": [
{
"before": ["<C-i>"],
"commands": ["interactiveEditor.start"]
}
],
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<C-i>"],
"commands": ["interactiveEditor.start"]
}
],
The default key to open Copilot Chat window (in-editor) is ctrl+i, when the extension is active, it doesn't work.
Describe the solution you'd like
ctrl+i on normal or visual mode to open the same panel.
Describe alternatives you've considered
Quick hack would be mapping ctrl+i on settings.json, unsure what the "open chat panel" command is exactly.
Additional context
Add any other context or screenshots about the feature request here.
PabloLION, h4rvey-g, AlgoRoots, RyanEliopoulos, CXF233 and 29 morePaulHax, Timfon, AlanSilvaaa, JigaoLuo and happyyipeeGriznah and Timfon
Metadata
Metadata
Assignees
Labels
No labels
