Vim
Vim copied to clipboard
Select text and paste it, but it's not replacing the old text, it's inserting.
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?
To Reproduce Steps to reproduce the behavior:
- Select Text.
- Ctrl + C : paste text.
Expected behavior
Replacing the old text, Not inserting like image:
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,
Do you still have this problem? I'm on version v1.27.3, and selecting texts using mouse enters visual mode