`<C-c>` to copy the register `0` to the system keyboard in normal mode.
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.
I would like for Ctrl-C or Command-C on Mac in normal mode to copy the content of the register 0 to the system keyboard in the normal mode when nothing is selected. This way I can use, for example, yy Ctrl-C to copy the current line to the system keyboard.
Describe the solution you'd like
It will be nice either to have a direct option for this or at least to have a command to copy from the register 0 to the system keyboard. In the latter case I can rebind then Ctrl-C myself.
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
The issue does not name a file, test, or entry point. Start by locating normal-mode key handling and the existing register-to-system-clipboard path; compare behavior when nothing is selected with the requested Ctrl-C or Command-C mapping, and define completion as copying register 0 without disrupting selection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100