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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mrbeardad opened this issue · comments

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

multiple-cursor-bug.webm

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

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.