VSCodeVim / VSCodeVim/Vim

`<D-c>` in insert mode changes to normal mode

Open
#6,440 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Describe the bug
when in insert mode, <D-c> switches to normal mode on key-down

To Reproduce
Steps to reproduce the behavior:

  1. enter insert mode
  2. highlight text
  3. press <D-c> (cmd+c)
  4. see error, mode is switched to normal on key-down

Expected behavior
when in insert mode, <D-c> remains in insert mode

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.19.3
  • VSCode version: 1.55.0
  • OS: MacOS Catalina, 10.15.7

Additional context
"vim.useSystemClipboard": false

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue in VSCodeVim 1.19.3 on macOS with vim.useSystemClipboard set to false: enter insert mode, highlight text, and press . Trace the key-down handling that switches modes, then verify that keeps insert mode while preserving the expected copy behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.