brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
152 stars 4 forks source link

Merge registers on exit #68

Closed brenton-leighton closed 1 month ago

brenton-leighton commented 1 month ago

When multiple cursors is exited, virtual cursor registers are merged into the real registers, rather than discarded.

danrasmuson commented 1 month ago

Confirmed. That this is merging registers on exit. Thank you @brenton-leighton