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

fix: correct the position when `c` delete all right #13

Closed mrbeardad closed 7 months ago

mrbeardad commented 8 months ago

When delete all content on the right by using c, cursors positions are placed at one character before end of line.

brenton-leighton commented 8 months ago

Hey I'm just in the middle of rewriting how visual mode works, so that it will mostly use normal commands. I don't want to add any new visual mode functionality until I'm done. I think I'll need a few more days.

mrbeardad commented 8 months ago

Sounds great, looking forward to your update

brenton-leighton commented 7 months ago

This is fixed now in the main branch