VSCodeVim / VSCodeVim/Vim

Move directly into visual mode when selecting text while in insert mode

Open
#4,972 2 comments 18 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Is your feature request related to a problem? Please describe.
Even when in Insert mode, vim directly moves into Visual mode when text selection using mouse occurs. I've gotten used to using this feature when I take my hands off the keyboard. VSCodeVim on the other hand triggers the text selection mode of VSCode (when starting from insert mode)

Describe the solution you'd like
Switch to Visual mode when selecting text with mouse or Shift+arrow keys, instead of toggling VS Code's text selection feature

Additional context
CopyQ bbpjfm

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

No implementation files or tests are named. Start by tracing VSCodeVim's mouse-selection and Shift+arrow handling from insert mode; done means both selection paths enter Visual mode instead of invoking VS Code's text selection behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
devtools
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.