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

Is it possible to toggle cursor on all visual block selection? #74

Open uwla opened 2 weeks ago

uwla commented 2 weeks ago

First, thanks for the plugin, finally an awesome multi-cursor that actually works and does not freeze like other vim plugins do.

So, is it possible to add cursor to each line in a visual-block selection?

Expected behavior: start visual-block, select some lines (i.e, 5j), and then add invoke this plugin to add a cursor to each line, exiting the visual-block mode and entering the multi-cursor mode.

brenton-leighton commented 2 weeks ago

Yeah I can add a function for that, when I have time. You can also use a count in normal mode when adding a cursor up/down.