diff --git a/cmd/micro/action/bufhandler.go b/cmd/micro/action/bufhandler.go index 74436312..1eecf143 100644 --- a/cmd/micro/action/bufhandler.go +++ b/cmd/micro/action/bufhandler.go @@ -156,6 +156,7 @@ func (h *BufHandler) HandleEvent(event tcell.Event) { } h.DoMouseEvent(me, e) } + h.Buf.MergeCursors() } // DoKeyEvent executes a key event by finding the action it is bound