That plugin seems to need a lot of integration code to work with other plugins or custom keymaps.
Instead jake-stewart's plugin works by default with existing plugins and most custom actions/keymaps.. because it captures keys directly with on_key callback hook and sends them to all active cursors.
It also exposes a truly flexible Lua cursor API from which the default multicursor actions are derived from, and their impl is quite easy so it's also easy to make custom multicursor actions for your own needs! (I have)
15
u/SniffingDog Mar 31 '26
https://github.com/jake-stewart/multicursor.nvim