Indents the selected lines, or the current line if there is no selection.
bool indentLines({int width = 2}) => indentAtSelections(width: width);