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

Simplify up down movement #36

Closed brenton-leighton closed 5 months ago

brenton-leighton commented 5 months ago

The special handling of up and down movement has been removed to simplify the code. Cursors will no longer go off the screen.

This branch also fixes the highlighting of extended characters, but there are still issues with up and down movement.