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

Lock virtual cursors #43

Closed brenton-leighton closed 6 months ago

brenton-leighton commented 6 months ago

Adds the MultipleCursorsLock command to toggle locking the virtual cursors and allowing only movement/editing of the real cursor

dawsers commented 6 months ago

Thank you very much, Brenton!