cmdMoveCursorWordLeft property

String cmdMoveCursorWordLeft

move cursor to word on the left

Implementation

String get cmdMoveCursorWordLeft {
  return Intl.message(
    'move cursor to word on the left',
    name: 'cmdMoveCursorWordLeft',
    desc: '',
    args: [],
  );
}