Skip to content

feat(vim): yank to system clipboard (#5463)#9733

Open
LioSergent wants to merge 1 commit into
marimo-team:mainfrom
LioSergent:vim-sync-clipboard
Open

feat(vim): yank to system clipboard (#5463)#9733
LioSergent wants to merge 1 commit into
marimo-team:mainfrom
LioSergent:vim-sync-clipboard

Conversation

@LioSergent
Copy link
Copy Markdown
Contributor

Add support for set clipboard=unnamedplus (and clipboard=unnamed) in vimrc. Yanking in vim normal mode now writes to the system clipboard; p/P reads from the system clipboard before pasting.

📝 Summary

Closes #5463

📋 Pre-Review Checklist

  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • Any AI generated code has been reviewed line-by-line by the human PR author, who stands by it.
  • Video or media evidence is provided for any visual changes (optional).

✅ Merge Checklist

  • I have read the contributor guidelines.
  • Documentation has been updated where applicable, including docstrings for API changes.
  • Tests have been added for the changes made.

Add support for `set clipboard=unnamedplus` (and `clipboard=unnamed`) in vimrc.
Yanking in vim normal mode now writes to the system clipboard; `p`/`P` reads
from the system clipboard before pasting.
@vercel
Copy link
Copy Markdown

vercel Bot commented May 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marimo-docs Ready Ready Preview, Comment May 30, 2026 3:52pm

Request Review

@LioSergent LioSergent marked this pull request as draft May 30, 2026 15:51
@LioSergent LioSergent marked this pull request as ready for review May 30, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vim yank to system clipboard

1 participant