VSCodeVim / VSCodeVim/Vim

Want some function to fast copy by command mode

Open
#9,744 0 comments 0 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

In command line mode, is there support for quickly selecting the text from the third line to the hundredth line?
Like

:3,100V       // select txt
:3,100"*      // copy txt to system clipboard

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

Start by tracing command-line mode handling for the range syntax shown. Verify that :3,100V selects lines 3–100 and :3,100"* copies them to the system clipboard, then add coverage where the project’s command-mode tests belong.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
cli, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.