Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Select text and paste it, but it's not replacing the old text, it's inserting.

Open DennySORA opened this issue 2 years ago • 1 comments

Describe the bug

I select text and paste it, but it's not replacing the old text, it's inserting. (Attach image)

How do I fix this?

01 2

To Reproduce Steps to reproduce the behavior:

  1. Select Text.
  2. Ctrl + C : paste text.

Expected behavior

Replacing the old text, Not inserting like image:

3

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.25.2
  • VSCode version: 1.78.2
  • OS: Window 11 Pro

Config:

"vim.handleKeys": {
    "<C-d>": false,
    "<C-a>": false,
    "<C-w>": false,
    "<C-c>": false,
    "<C-x>": false,
    "<C-n>": false,
    "<C-i>": false,
    "<C-f>": false,
    "<C-.>": false,
    "<C-z>": false,
    "<C-h>": false
  },
  "vim.useSystemClipboard": true,

DennySORA avatar May 15 '23 03:05 DennySORA

Do you still have this problem? I'm on version v1.27.3, and selecting texts using mouse enters visual mode

timsu92 avatar Jul 11 '24 09:07 timsu92