cursorLineBoundaryForward function
Move the selection to the next line boundary.
Implementation
bool cursorLineBoundaryForward(StateCommandTarget target) =>
_cursorLineBoundary(target, true);
Move the selection to the next line boundary.
bool cursorLineBoundaryForward(StateCommandTarget target) =>
_cursorLineBoundary(target, true);