cursorLineBoundaryForward function

bool cursorLineBoundaryForward(
  1. StateCommandTarget target
)

Move the selection to the next line boundary.

Implementation

bool cursorLineBoundaryForward(StateCommandTarget target) =>
    _cursorLineBoundary(target, true);