VSCodeVim / VSCodeVim/Vim

visual mode takes the first charactor as a block from the scratch

Open
#7,402 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status/needs-more-info
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.
Untitled

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.