diff --git a/cmd/micro/actions.go b/cmd/micro/actions.go index a4e6cd0b..40ef8a03 100644 --- a/cmd/micro/actions.go +++ b/cmd/micro/actions.go @@ -1963,6 +1963,7 @@ func (v *View) MouseMultiCursor(usePlugin bool, e *tcell.EventMouse) bool { v.Cursor = &v.Buf.Cursor v.Buf.cursors = append(v.Buf.cursors, c) + v.Buf.MergeCursors() v.Buf.UpdateCursors() if usePlugin {