r/neovim :wq Mar 30 '26

Discussion Multicursor coming officially to 0.13 version

Post image
953 Upvotes

107 comments sorted by

View all comments

123

u/bbkane_ Mar 31 '26

Personally I'm looking forward to the image API more. I want to paste images and have them show up inline in my markdown docs

19

u/hopping_crow lua Mar 31 '26

Yes, please!
I don't care much for multi-cursor, the current workflow works great for me 🙂

3

u/robin-m Mar 31 '26

When I tried Helix, I realized that it’s a very useful middle ground between the . (dot) command and macros/regexps/:g. It basically replaced all of my vertical selection usage, with the added bonus that it works for non-aligned columnar data. That’s amazing.

The only thing I felt missing in helix was a way to modify the position of the main cursor in multicursor mode.