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

Visit virtual cursors with virtualedit=onemore in insert/replace mode #18

Closed brenton-leighton closed 7 months ago

brenton-leighton commented 7 months ago

Visit virtual cursors with virtualedit=onemore in insert/replace mode so that the normal l and $ commands can be used. $ appears to not set col correctly so there is a fix for this.