cursorLineUp function

bool cursorLineUp(
  1. StateCommandTarget target
)

Move the selection one line up.

Implementation

bool cursorLineUp(StateCommandTarget target) => _cursorByLine(target, false);