getCursorBufferPositions() {
    return this.getCursors().map(cursor => cursor.getBufferPosition());
  }