Skip to content

vim: Fix editor paste not using clipboard in visual mode#44347

Merged
ConradIrwin merged 1 commit intozed-industries:mainfrom
errmayank:vim-clipboard-paste-visual-mode
Dec 10, 2025
Merged

vim: Fix editor paste not using clipboard in visual mode#44347
ConradIrwin merged 1 commit intozed-industries:mainfrom
errmayank:vim-clipboard-paste-visual-mode

Conversation

@errmayank
Copy link
Contributor

@errmayank errmayank commented Dec 7, 2025

Closes #44178

Release Notes:

  • Fixed editor paste not using clipboard when in Vim visual mode

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 7, 2025
@github-actions github-actions bot added the community champion Issues filed by our amazing community champions! 🫶 label Dec 7, 2025
@errmayank errmayank changed the title vim: Fix clipboard paste using vim register in visual mode vim: Fix editor paste not using clipboard in visual mode Dec 7, 2025
@ConradIrwin
Copy link
Member

Thanks (and particularly thank you for adding a test)!

@ConradIrwin ConradIrwin merged commit 7cbe25f into zed-industries:main Dec 10, 2025
26 checks passed
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
…ies#44347)

Closes zed-industries#44178

Release Notes:

- Fixed editor paste not using clipboard when in Vim visual mode
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
…ies#44347)

Closes zed-industries#44178

Release Notes:

- Fixed editor paste not using clipboard when in Vim visual mode
@jrmajor
Copy link

jrmajor commented Dec 16, 2025

Thank you for the fix, it's much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement community champion Issues filed by our amazing community champions! 🫶

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cmd+v pastes from vim register instead of system clipboard

3 participants