diff --git a/cmd/micro/actions.go b/cmd/micro/actions.go index 590719f5..8e12ee33 100644 --- a/cmd/micro/actions.go +++ b/cmd/micro/actions.go @@ -361,6 +361,8 @@ func (v *View) CursorStart(usePlugin bool) bool { return false } + v.deselect(0) + v.Cursor.X = 0 v.Cursor.Y = 0