multiple-cursors.nvim icon indicating copy to clipboard operation
multiple-cursors.nvim copied to clipboard

fix abnormal motion of main cursor & add highlight for locked state

Open Jaehaks opened this issue 4 months ago • 1 comments

  1. Problem (fix to #76 )
  1. 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 between curswant and col additionally
  2. Cursor's highlight doesn't change when its state changes to locked.
  1. Solution
  1. Considering curswant, cursor column number is remained when it moves up and down in indented line
  2. Add MultipleCursorsLockCursor to toggle highlight in locked state

Jaehaks avatar Sep 29 '24 04:09 Jaehaks