cursorGroupBackward function

bool cursorGroupBackward(
  1. StateCommandTarget target
)

Move the selection one group backward.

Implementation

bool cursorGroupBackward(StateCommandTarget target) => _cursorByGroup(target, false);