Want some function to fast copy by command mode
Open
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
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 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