Skip to content

ctrl+i or command+i for Copilot Chat #8418

@vinliao

Description

@vinliao

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.

image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions