cursorLineUp function
Move the selection one line up.
Implementation
bool cursorLineUp(StateCommandTarget target) => _cursorByLine(target, false);
Move the selection one line up.
bool cursorLineUp(StateCommandTarget target) => _cursorByLine(target, false);