multiple-cursors.nvim
multiple-cursors.nvim copied to clipboard
fix abnormal motion of main cursor & add highlight for locked state
- Problem (fix to #76 )
- normal motion in indented line doesn't consider
curswant
when it move to up and down (j ,k) it makes main cursor move by the difference betweencurswant
andcol
additionally - Cursor's highlight doesn't change when its state changes to locked.
- Solution
- Considering
curswant
, cursor column number is remained when it moves up and down in indented line - Add
MultipleCursorsLockCursor
to toggle highlight in locked state