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

Maintain visual area when adding cursors in visual mode #54

Closed brenton-leighton closed 2 months ago

brenton-leighton commented 2 months ago

For issue #51

The visual area is maintained when adding virtual cursors with an up/down motion, searching for matches, or incrementally adding to matches.

b0o commented 2 months ago

This works perfectly. Awesome job!