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

bug: Cursors have wrong positions when escape at start of the line. #9

Closed mrbeardad closed 8 months ago

mrbeardad commented 8 months ago

Cursor shouldn't move left when escape at start of the line.

multiple-cursor-bug.webm

brenton-leighton commented 8 months ago

Does this fix it: fix_exiting_insert_mode?

brenton-leighton commented 8 months ago

Do you have a setting enabled that allows the h command to change lines?

mrbeardad commented 8 months ago

Does this fix it: fix_exiting_insert_mode?

Yes, thanks for it.

Do you have a setting enabled that allows the h command to change lines?

Yes.