visual mode takes the first charactor as a block from the scratch
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Please let me know if anybody knows a solution or bypass.
in real vim, if I select "Test Word" from the cursor T using 'vw', it will take 'Test ' as my block
but in Vscode Vim it will take "Test W"
In the same way, if I want to select just one or line,
I do 'vjy'
but in vscode vim, it takes an additional character below the line.
some people can say that just do 'v$' but jumping back and forth to vim and vscode environment, this is so bugging issue.

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
Reproduce the visual-mode behavior in VSCode Vim using vw on “Test Word” and vjy on a line, then inspect the visual selection handling for these commands. Done means the selections match real Vim without requiring v$ or including an extra character below the line.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100