Skip to content

Not working with VSCodeVim #30

@joeytwiddle

Description

@joeytwiddle

I'm using the VSCodeVim extension, and Copy With Imports wasn't doing anything. I'm currently using macOS.

I found it worked if I disabled two of the Vim keybinds:

  { "key": "cmd+c", "command": "-extension.vim_cmd+c" },
  { "key": "cmd+v", "command": "-extension.vim_cmd+v" },

I have not tried to get Vim's y(ank) and p(aste) keys working. At least Cmd+C and Cmd+V work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions