cursorGroupBackward function
Move the selection one group backward.
Implementation
bool cursorGroupBackward(StateCommandTarget target) => _cursorByGroup(target, false);
Move the selection one group backward.
bool cursorGroupBackward(StateCommandTarget target) => _cursorByGroup(target, false);