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
248 stars 7 forks source link

Add lock toggle for virtual cursors freeing movement of the real cursor #42

Closed dawsers closed 6 months ago

dawsers commented 6 months ago

I implemented your suggestion of adding a command to toggle locking of the virtual cursors while allowing the real cursor to move freely. Like you said, this is better than my original PR. Feel free to use it or ignore it and close the PR. It is basically what I needed.

Thank you.

brenton-leighton commented 6 months ago

I've created a new branch with some changes, @dawsers can you tell me if it's OK for you?

The changes are: