"vim.useCtrlKeys": false use ctrl+v position error
Open
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
my config is
"vim.handleKeys": {
"<C-v>": false
},
"vim.useCtrlKeys": false
To Reproduce
the text is below:
abcdefg
in visual mode ,Cursor pointing "f", then use ctrl+v to paste word "test" , the result is "abcdetestfg"
Expected behavior
expected after paste result is "abcdeftestg"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the configuration and visual-mode sequence described in the issue in VS Code, using the provided "abcdefg" text and Ctrl+V paste. Done means pasting "test" with the cursor on "f" produces "abcdeftestg" rather than "abcdetestfg".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100